import { z } from 'zod'; /** * Schema for scorecards configuration variables. */ export declare const scorecardsSchema: z.ZodObject<{ SCORECARDS_POLLING_INTERVAL_MS: z.ZodOptional; }, "strip", z.ZodTypeAny, { SCORECARDS_POLLING_INTERVAL_MS?: string | undefined; }, { SCORECARDS_POLLING_INTERVAL_MS?: string | undefined; }>; //# sourceMappingURL=scorecards.d.ts.map