import * as z from "zod/v4-mini"; export type Security = { accessToken?: string | undefined; }; /** @internal */ export type Security$Outbound = { access_token?: string | undefined; }; /** @internal */ export declare const Security$outboundSchema: z.ZodMiniType; export declare function securityToJSON(security: Security): string; //# sourceMappingURL=security.d.ts.map