import type { CmsModel } from "../../../types/index.js"; interface Params { model: Pick; } export declare const validateEndingAllowed: (params: Params) => void; export {};