/** * DeleteGroup Feature * * Provides functionality for deleting content model groups. * Prevents deletion of plugin-based groups and groups with models. */ export declare const DeleteGroupFeature: { name: string; register(container: import("@webiny/di").Container): void; };