export declare function assertThrowsAsync(fn: () => Promise, error_handler?: (e: any) => Promise | void): Promise;