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