/** * ListGroups Feature * * Provides functionality for retrieving all content model groups. * Uses GroupCache (registered elsewhere) for fetching groups. */ export declare const ListGroupsFeature: { name: string; register(container: import("@webiny/di").Container): void; };