declare const result: (promise: Promise<any>, handler?: ((e: Error) => any) | undefined) => Promise<any>;
export default result;
