import type { Lix } from "../lix/open-lix.js"; import { type VectorClock } from "./merge-state.js"; export declare function pullFromServer(args: { id: string; lix: Pick; serverUrl: string; }): Promise; //# sourceMappingURL=pull-from-server.d.ts.map