export declare const compileLodashFileTemplate: (templateFilePath: string, context: any) => (...args: any[]) => string;