export declare enum SubstrateNetwork {
    POLKADOT = 0,
    KUSAMA = 1
}
