export declare function validateEnv(env: Record<string, string>, schema: Record<string, string>): boolean;
