export declare enum WalletSupport {
    METAMASK = 0,
    IMTOKEN = 1,
    UNKNOWN = 2
}
//# sourceMappingURL=wallet.d.ts.map