import { AppwriteHttpException } from './appwrite-http.exception';
export declare class AppwriteTooManyRequestsException extends AppwriteHttpException {
    constructor(type: string, message: string);
}
