declare const _default: { name: string; title: string; type: string; fieldsets: { name: string; title: string; description: string; }[]; fields: ({ name: string; type: string; title: string; readOnly: boolean; fieldset?: undefined; } | { name: string; type: string; title: string; readOnly?: undefined; fieldset?: undefined; } | { name: string; type: string; title: string; readOnly: boolean; fieldset: string; })[]; preview: { select: { title: string; path: string; mimeType: string; size: string; }; prepare(doc: any): { title: any; subtitle: string; }; }; orderings: { title: string; name: string; by: { field: string; direction: string; }[]; }[]; }; export default _default; //# sourceMappingURL=fileAsset.d.ts.map