import { BirpcGroup, EventOptions } from "birpc"; //#region src/rpc/server.d.ts declare function createRpcServer, ServerFunctions extends object = Record>(functions: ServerFunctions, options?: { rpcOptions?: EventOptions; }): BirpcGroup; //#endregion export { createRpcServer };