import { SuiChainId } from '@sentio/chain'; import { IotaClient } from '@iota/iota-sdk/client'; export type IotaNetwork = SuiChainId; export declare const IotaNetwork: { readonly MAIN_NET: SuiChainId.IOTA_MAINNET; readonly TEST_NET: SuiChainId.IOTA_TESTNET; }; export declare function getClient(network: IotaNetwork): IotaClient; export declare function getRpcEndpoint(network: IotaNetwork): string; //# sourceMappingURL=network.d.ts.map