import { LocalNode } from "cojson"; export declare const startSyncServer: (port?: number) => Promise<{ close: () => void; syncServer: string; port: number; localNode: LocalNode; wss: import("ws").Server; }>; //# sourceMappingURL=syncServer.d.ts.map