import type { CmsEntryValues, CmsModel } from "../../../types/index.js"; export declare const mapAndCleanUpdatedInputData: (model: CmsModel, input?: Partial) => {};