import { UsableEnvironment, IRunEnvironment } from './types';
export declare function makeEnvironment(provided: IRunEnvironment): UsableEnvironment;
