import { Electroview } from "electrobun/view"; import type { TurboLndElectrobunRpcSchema } from "./rpc-schema"; export type ElectrobunRpc = ReturnType>; export declare function ensureElectrobunRpc(): ElectrobunRpc; //# sourceMappingURL=rpc-runtime.d.ts.map