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 getContentModelTitleFieldId: (fields: CmsModelField[], titleFieldId?: string | null) => string;