import { TemplateIndex } from './TemplateIndex';
export declare type TemplatesGetResponse = {
    templates?: TemplateIndex;
};
