export declare class EnvelopeThrottler { private buckets; private readonly refillInterval; private readonly throughputFactor; private readonly voidPromise; throttle(type: keyof typeof this.buckets): Promise; private refillTokens; private scheduleRefill; } //# sourceMappingURL=throttler.d.ts.map