import { z } from 'zod'; /** * Schema for OpenTelemetry and request tracking variables. */ export declare const telemetrySchema: z.ZodObject<{ OTEL_TRACES_URL: z.ZodOptional; REQUEST_ID: z.ZodOptional; }, "strip", z.ZodTypeAny, { OTEL_TRACES_URL?: string | undefined; REQUEST_ID?: string | undefined; }, { OTEL_TRACES_URL?: string | undefined; REQUEST_ID?: string | undefined; }>; //# sourceMappingURL=telemetry.d.ts.map