import type { RPCLookupTable } from "./RPCLookupTable.type"; export function createRPCLookupTable(): RPCLookupTable { return {}; }