import * as z from "zod/v4-mini";
export type DeleteServiceGroupGlobals = {
/**
* Optional string used to pick a non-default API version to use. See our API version guide.
*/
shippoApiVersion?: string | undefined;
};
export type DeleteServiceGroupRequest = {
/**
* Object ID of the service group
*/
serviceGroupId: string;
};
/** @internal */
export type DeleteServiceGroupRequest$Outbound = {
ServiceGroupId: string;
};
/** @internal */
export declare const DeleteServiceGroupRequest$outboundSchema: z.ZodMiniType;
export declare function deleteServiceGroupRequestToJSON(deleteServiceGroupRequest: DeleteServiceGroupRequest): string;
//# sourceMappingURL=deleteservicegroup.d.ts.map