import { TypeORMError } from "./TypeORMError";
export declare class MetadataWithSuchNameAlreadyExistsError extends TypeORMError {
    constructor(metadataType: string, name: string);
}
