import { Debugger } from 'debug'; export declare class TransactionsOrchestrator { protected readonly log: Debugger; protected readonly jobs: Array>; protected current: number; constructor(log: Debugger); addJob Promise>(jobFunc: F): Promise>; } //# sourceMappingURL=orchestrator.d.ts.map