import { ChunkId, Table } from "./interface"; export interface RowContract { chunkId: ChunkId; table: Table; row: Row; } export declare class Row { }