import type { ContentFields } from 'contentful-management'; /** * Optional per-field description from the Contentful model. * The CMA may include `description` on field definitions, but `ContentFields` in * `contentful-management` does not list it — so we read it with a small runtime check. */ export declare function readContentfulFieldDescription(field: ContentFields): string | undefined; //# sourceMappingURL=field-metadata.d.ts.map