declare const fetchSui: (network: string, method: string, params: string[]) => Promise; export default fetchSui;