import { HttpException } from './http.exception'; /** * Exception for HTTP 501 Not Implemented errors */ export declare class NotImplementedException extends HttpException { constructor(message?: string); }