import type { ErrioConfig } from './types.js'; /** * Initialize the Errio SDK. Attaches global error handlers for * uncaughtException and unhandledRejection. */ export declare function initErrio(config: ErrioConfig): void; /** * Manually capture an error. No-op if initErrio() has not been called. */ export declare function captureError(error: Error): void; export type { ErrioConfig } from './types.js'; //# sourceMappingURL=index.d.ts.map