import { HttpException } from './HttpException.js'; /** * HTTP 405 Method Not Allowed. */ export declare class MethodNotAllowedHttpException extends HttpException { constructor(allowed: string[], message?: string); } //# sourceMappingURL=MethodNotAllowedHttpException.d.ts.map