import { AuthupError } from '@authup/errors';
export declare class RobotError extends AuthupError {
    static credentialsInvalid(): RobotError;
    static notFound(): RobotError;
    static inactive(): RobotError;
}
//# sourceMappingURL=error.d.ts.map