export declare function catchPromiseRejection<ErrorType extends Error>(promise: Promise<any>, errorClass: new () => ErrorType): Promise<ErrorType>;
