import * as z from "zod/v3"; export type Security = { token: string; }; /** @internal */ export type Security$Outbound = { token: string; }; /** @internal */ export declare const Security$outboundSchema: z.ZodType; export declare function securityToJSON(security: Security): string; //# sourceMappingURL=security.d.ts.map