import { UnauthorizedError } from "../http-error/UnauthorizedError"; /** * Thrown when authorization is required thought @CurrentUser decorator. */ export declare class AuthorizationRequiredError extends UnauthorizedError { name: string; constructor(method: string, url: string); } //# sourceMappingURL=AuthorizationRequiredError.d.ts.map