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