/** * GetGroup Feature * * Provides functionality for retrieving a single content model group by ID. * Uses GroupCache (registered elsewhere) for fetching groups. */ export declare const GetGroupFeature: { name: string; register(container: import("@webiny/di").Container): void; };