import { WsContext } from '@livestore/common-cf'; import { Layer, RpcServer } from '@livestore/utils/effect'; import { type DoCtxInput } from '../layer.ts'; export declare const makeRpcServer: ({ doSelf, doOptions }: Omit) => Layer.Layer; //# sourceMappingURL=ws-rpc-server.d.ts.map