import { GlobalHook } from "../base.js"; export declare class ConsolePatch extends GlobalHook { attach(): void; detach(): void; }