import { Remote, Transaction, Wallet } from "@swtc/lib"; declare const state: { DEBUG: import("@vue/reactivity").Ref; LIMIT: import("@vue/reactivity").Ref; remote: any; config: any; server: import("@vue/reactivity").ComputedRef; ledger: any; logs: import("@vue/reactivity").Ref; status: any; wsConnected: import("@vue/reactivity").Ref; funcConfig: (options?: any) => Promise; funcLogIp: (ipaddress: string) => any; funcCleanup: () => void; rateMap: Map; RATE: import("@vue/reactivity").Ref; }; export { state, Remote, Wallet, Transaction };