import { Store } from "../store"; /** * Default rate limit store, that uses `Map`'s to store everything. */ export declare const create: () => Store;