export = test;
declare function test(root: any, options: any, callback: any): Promise<import("./legacy").TestResult | import("./legacy").TestResult[]>;
