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