export type Runner = () => Promise; export declare function executeRunners(runners: Runner[]): Promise; //# sourceMappingURL=runner.d.ts.map