import type { Block } from '../protocol/data_packet'; export declare function rowsToBlock(rows: Record[], schema: Array<{ name: string; type: string; }>): Block;