function flatBatchimport { flatBatch } from "https://deno.land/x/clarigen@v0.4.10/src/cli/deployments.ts"; flatBatch<T extends Transaction>(batches: Batch<T>[])Type ParametersT extends TransactionParametersbatches: Batch<T>[]