/** * Throws an unhandled error for the runtime to catch. * Does not cause stack unwinding. * Error will be thrown in the next microtask. */ export declare const throwUnhandledError: (error: Error) => void; //# sourceMappingURL=throw-unhandled-error.d.ts.map