export declare class Correlator { static setId(): string; static run(work: (...args: [...T]) => R, ...args: [...T]): R; static runWithId(id: string, work: (...args: [...T]) => R, ...args: [...T]): R; static getId(): string; } //# sourceMappingURL=correlator.d.ts.map