import { TemplateIndex } from './TemplateIndex';
export declare type DeletedTemplatesGetResponse = {
    deleted_templates?: TemplateIndex;
};
