import { UnwrappedError } from '@dineroregnskab/datadog-logger'; import type { UncaughtPromiseError } from '../error-types.js'; export declare function unwrapUncaughtPromiseError(promiseError: UncaughtPromiseError): UnwrappedError; //# sourceMappingURL=UncaughtPromiseError.d.ts.map