import type { Cell, RowJs } from '@visorcraft/mongreldb/native.js'; import type { TableSpec } from './types.js'; export declare function cellValue(cell: Cell | undefined): unknown; export declare function rowFromRowJs(table: TableSpec, rowJs: RowJs): Record; //# sourceMappingURL=rows.d.ts.map