export declare function spyOnConsole(): {
    consoleOutput: () => {
        log: string;
        error: string;
    };
    attach: () => void;
    reset: () => void;
};
//# sourceMappingURL=console.d.ts.map