export declare const noop: () => void; export declare const getBasicCoinMetadata: (type: string) => { decimals: number; iconUrl: null; description: string; name: string; symbol: string; };