/** * Purpose: Captures unhandled exceptions and promise rejections via window.onerror/unhandledrejection, enriching them with AI context before posting. * Docs: docs/features/feature/observe/index.md */ export declare function installExceptionCapture(): void; /** * Uninstall exception capture */ export declare function uninstallExceptionCapture(): void; //# sourceMappingURL=exceptions.d.ts.map