// index.d.ts
export function validateEnv(schema: Record<string, "string" | "number" | "boolean">): void;
