export declare class TemplateResponse {
    html: string;
    constructor(html: string);
}
