declare class Throttler { constructor(config: any); loop(): Promise; throttle(cost?: any): Promise; } export { Throttler, };