import { ObjectIdentifier } from '../interfaces'; export declare class NotFoundError extends Error { static readonly type: unique symbol; static isClosePrototypeOf(ins: NotFoundError): boolean; constructor(identifier: ObjectIdentifier); updateErrorMsg(className: string): void; }