import { TypeORMError } from "./TypeORMError"; /** * Thrown when transaction is already started and user tries to run it again. */ export declare class TransactionAlreadyStartedError extends TypeORMError { constructor(); }