export declare function loadTests(tag: string): Array; export declare function log(context: any, text: string): void; export declare function stall(duration: number): Promise; export interface MochaRunnable { timeout: (value: number) => void; skip: () => void; } export declare function retryIt(name: string, func: (this: MochaRunnable) => Promise): Promise; //# sourceMappingURL=utils.d.ts.map