import { z } from "zod"; export declare const adapterRegistryEntrySchema: z.ZodObject<{ adapterType: z.ZodString; enabled: z.ZodDefault; runtimeImage: z.ZodOptional; envKeys: z.ZodOptional>; allowFqdns: z.ZodOptional>; probeCommand: z.ZodOptional>; defaultEnv: z.ZodOptional>; }, "strict", z.ZodTypeAny, { enabled: boolean; adapterType: string; runtimeImage?: string | undefined; envKeys?: string[] | undefined; allowFqdns?: string[] | undefined; probeCommand?: string[] | undefined; defaultEnv?: Record | undefined; }, { adapterType: string; enabled?: boolean | undefined; runtimeImage?: string | undefined; envKeys?: string[] | undefined; allowFqdns?: string[] | undefined; probeCommand?: string[] | undefined; defaultEnv?: Record | undefined; }>; export declare const adapterRegistrySchema: z.ZodArray; runtimeImage: z.ZodOptional; envKeys: z.ZodOptional>; allowFqdns: z.ZodOptional>; probeCommand: z.ZodOptional>; defaultEnv: z.ZodOptional>; }, "strict", z.ZodTypeAny, { enabled: boolean; adapterType: string; runtimeImage?: string | undefined; envKeys?: string[] | undefined; allowFqdns?: string[] | undefined; probeCommand?: string[] | undefined; defaultEnv?: Record | undefined; }, { adapterType: string; enabled?: boolean | undefined; runtimeImage?: string | undefined; envKeys?: string[] | undefined; allowFqdns?: string[] | undefined; probeCommand?: string[] | undefined; defaultEnv?: Record | undefined; }>, "many">; export type AdapterRegistryEntryParsed = z.infer; //# sourceMappingURL=adapter-registry.d.ts.map