export declare function expectThrow(promise: Promise, reason?: string): Promise; export declare function expectAssertFailure(promise: Promise): Promise;