import type RestResponse from "../RestResponse";
import RestResponseError from "./RestResponseError";
export default class RestTokenInvalidError extends RestResponseError {
    readonly humanReason: string;
    constructor(humanReason: string, res: RestResponse);
}
//# sourceMappingURL=RestTokenInvalidError.d.ts.map