declare type ParsedSuite = {
    name: string;
    file: string;
};
export declare const run: (suites: ParsedSuite[], opts?: any) => Promise<void>;
export {};
//# sourceMappingURL=ts-run.d.ts.map