import type { CmsModelField } from "../../../types/index.js"; export declare const getContentModelImageFieldId: (fields: CmsModelField[], imageFieldId?: string | null) => string | null;