export declare const $TemplatesGetResponse: {
    properties: {
        templates: {
            type: string;
        };
    };
};
