import { z } from "zod"; export declare const combinedSchema: z.ZodObject; FLINK_ORG_ID: z.ZodOptional; FLINK_REST_ENDPOINT: z.ZodOptional; FLINK_COMPUTE_POOL_ID: z.ZodOptional; FLINK_ENV_NAME: z.ZodOptional; FLINK_DATABASE_NAME: z.ZodOptional; KAFKA_CLUSTER_ID: z.ZodOptional; KAFKA_ENV_ID: z.ZodOptional; CONFLUENT_CLOUD_REST_ENDPOINT: z.ZodOptional>; SCHEMA_REGISTRY_ENDPOINT: z.ZodOptional; KAFKA_REST_ENDPOINT: z.ZodOptional; }>, "strip", z.ZodTypeAny, { BOOTSTRAP_SERVERS: string; KAFKA_API_KEY: string; KAFKA_API_SECRET: string; FLINK_API_KEY: string; FLINK_API_SECRET: string; CONFLUENT_CLOUD_API_KEY: string; CONFLUENT_CLOUD_API_SECRET: string; SCHEMA_REGISTRY_API_KEY: string; SCHEMA_REGISTRY_API_SECRET: string; FLINK_ENV_ID?: string | undefined; FLINK_ORG_ID?: string | undefined; FLINK_REST_ENDPOINT?: string | undefined; FLINK_COMPUTE_POOL_ID?: string | undefined; FLINK_ENV_NAME?: string | undefined; FLINK_DATABASE_NAME?: string | undefined; KAFKA_CLUSTER_ID?: string | undefined; KAFKA_ENV_ID?: string | undefined; CONFLUENT_CLOUD_REST_ENDPOINT?: string | undefined; SCHEMA_REGISTRY_ENDPOINT?: string | undefined; KAFKA_REST_ENDPOINT?: string | undefined; }, { BOOTSTRAP_SERVERS: string; KAFKA_API_KEY: string; KAFKA_API_SECRET: string; FLINK_API_KEY: string; FLINK_API_SECRET: string; CONFLUENT_CLOUD_API_KEY: string; CONFLUENT_CLOUD_API_SECRET: string; SCHEMA_REGISTRY_API_KEY: string; SCHEMA_REGISTRY_API_SECRET: string; FLINK_ENV_ID?: string | undefined; FLINK_ORG_ID?: string | undefined; FLINK_REST_ENDPOINT?: string | undefined; FLINK_COMPUTE_POOL_ID?: string | undefined; FLINK_ENV_NAME?: string | undefined; FLINK_DATABASE_NAME?: string | undefined; KAFKA_CLUSTER_ID?: string | undefined; KAFKA_ENV_ID?: string | undefined; CONFLUENT_CLOUD_REST_ENDPOINT?: string | undefined; SCHEMA_REGISTRY_ENDPOINT?: string | undefined; KAFKA_REST_ENDPOINT?: string | undefined; }>; //# sourceMappingURL=env-schema.d.ts.map