declare const templateImportUtil: {
    getTemplate(filename: string): HandlebarsTemplateDelegate<any>;
};
export default templateImportUtil;
