/** * Create and declare a new Unit test. * Will wait previous test to finish to start new ones. * @param name Name of unit test to run. Will show in CLI. * @param testHandler Function with "it" parameter to declare list of assertions. */ export declare function test(name: any, testHandler: any): Promise;