import * as z from "zod/v4-mini"; export type CreateGroupRequest = { entityType: string; lookupKey: string; name: string; }; /** @internal */ export type CreateGroupRequest$Outbound = { entity_type: string; lookup_key: string; name: string; }; /** @internal */ export declare const CreateGroupRequest$outboundSchema: z.ZodMiniType; export declare function createGroupRequestToJSON(createGroupRequest: CreateGroupRequest): string; //# sourceMappingURL=create-group-request.d.ts.map