/** * QUIC Synchronization Example * * Demonstrates how to use QUICServer, QUICClient, and SyncCoordinator * for bidirectional synchronization between AgentDB instances. */ declare function exampleQUICSync(): Promise; export { exampleQUICSync }; //# sourceMappingURL=quic-sync-example.d.ts.map