export declare function readTemplate(templateName: string, variables?: Record<string, string>): Promise<string>;
//# sourceMappingURL=template.d.ts.map