import { ConsoleOutput } from '../../contracts/ConsoleOutput';
export declare function consoleOutput(output: ConsoleOutput, input?: number): void;
