import { APIError } from "./APIError";
export declare class RequestTooFrequentlyError extends APIError {
}
