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