declare function format(str: string, ...values: any[]): string;

export = format;
