import { type Emit, type Teardown } from './types.js'; export declare function installConsole(emit: Emit): Teardown;