export declare function getErrorPromise<E = Error>(promise: PromiseLike<unknown>): Promise<E | undefined>;
