/** class representing a ThrottleError */ export declare class ThrottleError extends Error { constructor(err: string); }