import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when consumer tries to release entity manager that does not use single database connection.
 */
export declare class NoNeedToReleaseEntityManagerError extends TypeORMError {
    constructor();
}
