import type { CmsModel } from "../../../types/index.js"; export declare const ensureSingularApiName: (model: CmsModel) => string; export declare const ensurePluralApiName: (model: CmsModel) => string;