import { TypeORMError } from "./TypeORMError"; export declare class DatabaseConnectionLeaseAlreadyReleasedError extends TypeORMError { constructor(); }