export declare const loadFromPath: (filePath: string) => string; export declare const generateCode: (compileContext: any, templatePath: string) => string;