import { z } from "zod"; export declare const DirectTcpHostConnectionSchema: z.ZodObject<{ id: z.ZodString; type: z.ZodLiteral<"directTcp">; endpoint: z.ZodString; useTls: z.ZodDefault>; password: z.ZodOptional; }, z.core.$strip>; export type DirectTcpHostConnection = z.input; export type NormalizedDirectTcpHostConnection = z.output; //# sourceMappingURL=host-connection-schema.d.ts.map