import type { CmsModelField } from "../../../types/index.js"; export declare const getApplicableFieldById: (fields: CmsModelField[], id: string | null | undefined, isApplicable: (field: CmsModelField) => boolean) => CmsModelField | undefined;