import type { Job, Pipe, Strategy } from "../types"; export declare function createPassthruStrategy>(downstream: Strategy): { launchJob(job: J): Promise; launchesDone(): void; next(): Promise, any>>; }; export declare function createPassthruPipe(): Pipe; //# sourceMappingURL=passthru.d.ts.map