export declare const MAINNET = 0;
export declare const TESTNET = 16;
export declare const SUPPORTED_NET_TYPES: number[];
export type NetType = number;
//# sourceMappingURL=NetTypes.d.ts.map