import { HttpException } from './http-exception.js'; export declare class NotFoundException extends HttpException { constructor(message?: string); } //# sourceMappingURL=not-found-exception.d.ts.map