declare function throttle(config: any): (cost?: any) => Promise<unknown>;
export { throttle, };
