export declare function template(strings: TemplateStringsArray, ...keys: any[]): (...values: any[]) => string;