import type { TableSpec } from './types.js'; export declare function validateRow(table: TableSpec, row: Record): void; //# sourceMappingURL=validation.d.ts.map