export declare function compile(template: string, data: { [key: string]: any; }): string;