import { Identity } from 'ts-eventsourcing/ValueObject/Identity'; export declare class NotFoundError extends Error { static storeNotFound(id: Identity): NotFoundError; }