| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/patch-console/dist/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/patch-console/dist/index.d.ts |
declare type Callback = (stream: 'stdout' | 'stderr', data: string) => void; declare type Restore = () => void; declare const patchConsole: (callback: Callback) => Restore; export default patchConsole;