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