import type { IEnvironmentOptions } from '../../types';
export declare function configureEnvironment(options: IEnvironmentOptions): void;
