import * as z from "zod/v4-mini"; export type GetReleasesConfigSecurity = { apiKey: string; }; /** @internal */ export type GetReleasesConfigSecurity$Outbound = { apiKey: string; }; /** @internal */ export declare const GetReleasesConfigSecurity$outboundSchema: z.ZodMiniType; export declare function getReleasesConfigSecurityToJSON(getReleasesConfigSecurity: GetReleasesConfigSecurity): string;