import { TypeORMError } from "./TypeORMError";
export declare class MetadataAlreadyExistsError extends TypeORMError {
    constructor(metadataType: string, constructor: Function, propertyName?: string);
}
