export declare class MD_Template { protected template: string; constructor(template: string); load(path: string): void; fill(values: any): string; get_template_string(): string; }