export declare function assertThrows(fn: () => void, message?: string): void;
export declare function assertThrowsAsync(fn: () => Promise<void>, message?: string): Promise<void>;
//# sourceMappingURL=util.test.d.ts.map