import { IRateLimitState } from './rate-limit'; export declare type AsyncFunc = () => Promise; export declare type RateLimitUpdateFunc = (_: any) => IRateLimitState;