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