export declare function loadFileTemplate(pathString: string, Handlebars: any, fileFilter: string | null, noFileInfo?: boolean): Promise<any>;
