import { TypeORMError } from "./TypeORMError"; /** Thrown when transaction commit fails */ export declare class TransactionCommitFailedError extends TypeORMError { constructor(cause: unknown); }