export function test(test: any): any;
export function asyncTest(test: any, ms: any): Promise<any>;
export function exit(): void;
export function asyncExit(ms: any): Promise<void>;
export function throws(): void;
export function asyncThrows(ms: any): Promise<void>;
