export declare class ACIError extends Error { constructor(message: string); } export declare class AuthenticationError extends ACIError { } export declare class PermissionError extends ACIError { } export declare class NotFoundError extends ACIError { } export declare class ValidationError extends ACIError { } export declare class RateLimitError extends ACIError { } export declare class ServerError extends ACIError { } export declare class UnknownError extends ACIError { }