import { Row } from "@gscdump/contracts"; declare function coerceRow(row: Row): Row; declare function coerceRows(rows: readonly Row[]): Row[]; export { coerceRow, coerceRows };