import { Row, Table } from "../types.js"; export declare function fallback({ table, fallbackRows }: { table: Table; fallbackRows: xRow[]; }): Table;