import { ApiErrorException } from './ApiErrorException';
export declare class RateLimitException extends ApiErrorException {
}
