import { ITemplatesCompiler } from './mailer.interface';
export declare class TemplateCompiler implements ITemplatesCompiler {
    compileTemplate<T>(hbs: string, variable: T): string;
    exists(path: string): boolean;
    getTemplate(path: string): string;
}
export default TemplateCompiler;
//# sourceMappingURL=template-compiler.d.ts.map