export declare const getFiatSymbol: (code: string) => string; export declare const getFiatGeckoId: (symbol: string, baseCurrency?: string) => string; export declare function convertCellsToCrypto({ context, setContext, denomination, decimals, }: { context: any; setContext: (fn: (ctx: any) => void) => void; denomination: string; decimals: number; }): Promise;