import { BaseRunner, RunParams, RunResult } from "./BaseRunner.js"; export declare class WithCacheLoaderRunner extends BaseRunner { wrappedRunner: BaseRunner; loadCache: (params: RunParams) => Promise; constructor(wrappedRunner: BaseRunner, loadCache: (params: RunParams) => Promise); run(params: RunParams): Promise; } //# sourceMappingURL=WithCacheLoaderRunner.d.ts.map