import { Exception } from "../Exception"; export declare class UnauthorizedException extends Exception { constructor(message: string); }