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