/** * Prefix for ss58-encoded addresses on Polkadot, Kusama, and Westend. Note: * 42, the Westend prefix, is also the default for Substrate-based chains. */ export declare enum PolkadotSS58Format { polkadot = 0, kusama = 2, substrate = 42, westend = 42 }