import { BadRequestError } from '@ebec/http'; export declare class RobotError extends BadRequestError { static credentialsInvalid(): RobotError; static inactive(): RobotError; } //# sourceMappingURL=error.d.ts.map