export declare const contentTypes: { file: { schema: { collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: {}; pluginOptions: { 'content-manager': { visible: boolean; }; 'content-type-builder': { visible: boolean; }; }; attributes: { name: { type: "string"; configurable: false; required: true; }; alternativeText: { type: "text"; configurable: false; }; caption: { type: "text"; configurable: false; }; focalPoint: { type: "json"; configurable: false; }; width: { type: "integer"; configurable: false; }; height: { type: "integer"; configurable: false; }; formats: { type: "json"; configurable: false; }; hash: { type: "string"; configurable: false; required: true; }; ext: { type: "string"; configurable: false; }; mime: { type: "string"; configurable: false; required: true; }; size: { type: "decimal"; configurable: false; required: true; }; url: { type: "text"; configurable: false; required: true; }; previewUrl: { type: "text"; configurable: false; }; provider: { type: "string"; configurable: false; required: true; }; provider_metadata: { type: "json"; configurable: false; }; related: { type: "relation"; relation: "morphToMany"; configurable: false; }; folder: { type: "relation"; relation: "manyToOne"; target: "plugin::upload.folder"; inversedBy: string; private: true; }; folderPath: { type: "string"; minLength: number; required: true; private: true; searchable: false; }; }; indexes: { name: string; columns: string[]; type: null; }[]; }; }; folder: { schema: { collectionName: string; info: { singularName: string; pluralName: string; displayName: string; }; options: {}; pluginOptions: { 'content-manager': { visible: boolean; }; 'content-type-builder': { visible: boolean; }; }; attributes: { name: { type: "string"; minLength: number; required: true; }; pathId: { type: "integer"; unique: true; required: true; }; parent: { type: "relation"; relation: "manyToOne"; target: "plugin::upload.folder"; inversedBy: string; }; children: { type: "relation"; relation: "oneToMany"; target: "plugin::upload.folder"; mappedBy: string; }; files: { type: "relation"; relation: "oneToMany"; target: "plugin::upload.file"; mappedBy: string; }; path: { type: "string"; minLength: number; required: true; }; }; indexes: { name: string; columns: string[]; type: string; }[]; }; }; }; //# sourceMappingURL=index.d.ts.map