import { ChevreError } from './chevre'; /** * NotFoundError */ export declare class NotFoundError extends ChevreError { readonly entityName: string; constructor(entityName: string, message?: string); }