import type { Store } from '../store.js'; import type { WsServer } from './ws.js'; export declare function listenStore(store: Store, ws: WsServer): void; //# sourceMappingURL=store-ws.d.ts.map