import type { CmsModelField } from "../../../types/index.js"; /** * Try finding the requested field, and return its `fieldId`. * If not defined, or not applicable, fall back to the first applicable field. */ export declare const getContentModelDescriptionFieldId: (fields: CmsModelField[], descriptionFieldId?: string | null) => string | null;