declare type PrefixPolkadot = 0;
declare type PrefixKusama = 2;
declare type PrefixSubstrate = 42;
declare type DeprecatedPrefixBBQ = 68;
export declare type Prefix = PrefixPolkadot | PrefixKusama | PrefixSubstrate | DeprecatedPrefixBBQ;
export {};
