/** * CreateModel Feature * * Provides functionality for creating new content models. * All validation (modelId generation, domain rules, uniqueness) is handled by the repository. */ export declare const CreateModelFeature: { name: string; register(container: import("@webiny/di").Container): void; };