/** * Purpose: Monkey-patches console.log/warn/error/info/debug to capture messages and forward them via the bridge while preserving original behavior. * Docs: docs/features/feature/observe/index.md */ /** * Install console capture hooks */ export declare function installConsoleCapture(): void; /** * Uninstall console capture hooks */ export declare function uninstallConsoleCapture(): void; //# sourceMappingURL=console.d.ts.map