import type { Job, Strategy } from "../types"; /** Creates a Promise from every job passed to `launches.next(job)`. Tracks * Promise resolution or rejection. Doesn't await completion of job. Wires * JobSettlements to `settlements.next()`. */ export declare function createLauncherStrategy>(cancelPromise?: Promise | null): Strategy; //# sourceMappingURL=launcher.d.ts.map