declare function format(format: string, ...args: any[]): string; declare namespace format { } export = format;