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