export declare const convert: (template: TemplateStringsArray, ...params: any[]) => {
    [k: string]: any;
}[];
