import { ExitPointManager } from './types'; export declare function makeExitPointManager(done: () => void): ExitPointManager;