import { IHDPlugin } from "../types"; export declare const bvcadtWallet: IHDPlugin; export declare const callWallet: IHDPlugin; export declare const rippleWallet: IHDPlugin; export declare const stmWallet: IHDPlugin; export declare const bizainWallet: IHDPlugin; export declare const jtWallet: IHDPlugin; export declare const ethWallet: import("./ethereum.plugin").IEthereumPlugin; export declare const moacWallet: import("./ethereum.plugin").IEthereumPlugin; export declare const eosWallet: import("./eos.plugin").IEosPlugin; export declare const tronWallet: import("./tron.plugin").ITronPlugin; export declare function getPluginByType(type: string): T;