import * as plugins from './smarthbs.plugins'; /** * get a template for a file on disk */ export declare let getTemplateForFile: (filePathArg: string) => Promise>; /** * get a template for string */ export declare let getTemplateForString: (fileStringArg: string) => Promise>;