NormalizedTransactionOptions: StrictRequiredBy<Omit<TransactionOptions, "constraintChecking" | "type">, "isolationLevel" | "readOnly"> & {
    constraintChecking?: ConstraintChecking;
    transactionType?: TransactionType;
}

Type declaration