import * as z from "zod"; export type DeleteBadgeRequest = { id: number; }; /** @internal */ export declare const DeleteBadgeRequest$inboundSchema: z.ZodType; /** @internal */ export type DeleteBadgeRequest$Outbound = { id: number; }; /** @internal */ export declare const DeleteBadgeRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace DeleteBadgeRequest$ { /** @deprecated use `DeleteBadgeRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `DeleteBadgeRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `DeleteBadgeRequest$Outbound` instead. */ type Outbound = DeleteBadgeRequest$Outbound; } //# sourceMappingURL=deletebadge.d.ts.map