export declare const rejects: <Err extends Error = Error>(promise: Promise<any>) => Promise<Err>;
