export type UnhandledRejectionErrorHandler = (reason: unknown) => void;
export declare function createUnhandledRejectionPromise(onError: UnhandledRejectionErrorHandler): PromiseConstructor;
