import * as z from "zod/v4-mini"; export type GetGroupRequest = { /** * Group ID */ id: string; }; /** @internal */ export type GetGroupRequest$Outbound = { id: string; }; /** @internal */ export declare const GetGroupRequest$outboundSchema: z.ZodMiniType; export declare function getGroupRequestToJSON(getGroupRequest: GetGroupRequest): string; //# sourceMappingURL=get-group-op.d.ts.map