import type { Lix } from "../lix/open-lix.js"; import type { VectorClock } from "./merge-state.js"; /** * Pushes rows to the server. */ export declare function pushToServer(args: { id: string; serverUrl: string; lix: Pick; targetVectorClock: VectorClock; }): Promise; //# sourceMappingURL=push-to-server.d.ts.map