import { HttpError } from "./http-error.js"; export declare class NotFoundError extends HttpError { readonly code: string; constructor(message?: string, code?: string); } //# sourceMappingURL=not-found-error.d.ts.map