export declare class TemplatesConfig {
    enabled: boolean;
    host: string;
    dynamicTemplatesHost: string;
}
