import type { SuiteResult, RunOptions } from './types'; export declare function runSuite(suitePath: string, options?: RunOptions): Promise; //# sourceMappingURL=runner.d.ts.map