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