/**
* Thrown when user tries to execute operation that requires connection to be established.
*/exportdeclareclassEntityMetadataAlreadySetErrorextendsError {
name: string;
constructor(type: Function, target: Function | string | undefined, tableName: string | undefined);
}