import * as z from "zod"; export type IngestionCreateDatabricksConnectionContractDto = { token: string; host: string; path: string; deltaSharingCredentials?: string | undefined; verified?: boolean | undefined; }; /** @internal */ export declare const IngestionCreateDatabricksConnectionContractDto$inboundSchema: z.ZodType; /** @internal */ export type IngestionCreateDatabricksConnectionContractDto$Outbound = { token: string; host: string; path: string; deltaSharingCredentials?: string | undefined; verified?: boolean | undefined; }; /** @internal */ export declare const IngestionCreateDatabricksConnectionContractDto$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace IngestionCreateDatabricksConnectionContractDto$ { /** @deprecated use `IngestionCreateDatabricksConnectionContractDto$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IngestionCreateDatabricksConnectionContractDto$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IngestionCreateDatabricksConnectionContractDto$Outbound` instead. */ type Outbound = IngestionCreateDatabricksConnectionContractDto$Outbound; } //# sourceMappingURL=ingestioncreatedatabricksconnectioncontractdto.d.ts.map