import type { Dialect } from "./column-builder.cjs"; import type { RunnableQuery } from "./runnable-query.cjs"; export type BatchItem = RunnableQuery; export type BatchResponse = { [K in keyof T]: T[K]['_']['result']; };