interface EnvVarSet {
    readonly [key: string]: string | undefined;
}
export declare function configureMockEnvVars(envVars?: EnvVarSet): (envVars: EnvVarSet) => void;
export {};
