/// /** * get a template for a file on disk */ export declare let getTemplateForFile: (filePathArg: string) => Promise;