import type { CmsModelCreateInput } from "../../types/index.js"; /** * We only assign default fields if there are no fields in the model already. */ export declare const assignModelDefaultFields: (model: CmsModelCreateInput) => void;