export declare class ProgressDispatcher { private readonly events; private table; private count; start(table: string, count: number): Promise; update(count: number): Promise; end(): Promise; } //# sourceMappingURL=progress-dispatcher.d.ts.map