import { CLIContext } from '../types';
export declare function setContext(newCtx: CLIContext): void;
export declare function getContext(): CLIContext;
//# sourceMappingURL=context.d.ts.map