import { HttpException } from './HttpException.js'; /** * HTTP 429 Too Many Requests. */ export declare class TooManyRequestsHttpException extends HttpException { readonly retryAfterSeconds: number | undefined; constructor(retryAfter?: number, message?: string); } //# sourceMappingURL=TooManyRequestsHttpException.d.ts.map