export declare function metamaskAddToken(address: string, symbol: string, decimals: string | number, image: string): void;
