/** * DeleteModel Feature * * Provides functionality for deleting content models. * Includes entry cleanup for singleton models and validation for regular models. */ export declare const DeleteModelFeature: { name: string; register(container: import("@webiny/di").Container): void; };