export type SuiNetwork = "DEVNET" | "TESTNET" | "LOCAL" | "MAINNET" | "INTERNAL" | (string & {});
//# sourceMappingURL=suiTypes.d.ts.map