import { HttpError } from 'routing-controllers'; export declare class UserRoleNotFoundError extends HttpError { constructor(); }