import { EntityTarget } from "../common/EntityTarget"; import { TypeORMError } from "./TypeORMError"; export declare class EntityMetadataNotFoundError extends TypeORMError { constructor(target: EntityTarget); private stringifyTarget; }