import { ITestLoadOptions } from './loadTestModule'; import { IStep } from './types'; export declare function getInstance(): any; export declare function loadTests(f: Function, options?: ITestLoadOptions): IStep[]; //# sourceMappingURL=singleton.d.ts.map