import { Row } from "../../types.js"; export declare function valueUp(value: any, key: string): any; export declare function valueDown(value: any, key: string): any; export declare function up(row: Partial): any; export declare function down(data: any): xRow; export declare function ups(rows: Partial[]): any[]; export declare function downs(rows: any[]): xRow[];