import { ApiErrorException } from '../ApiErrorException';
export declare class Unauthorized extends ApiErrorException {
}
