export declare class EnvValidationError extends Error {
    variables: string[];
    constructor(variables: string[]);
}
