export declare const getEgldValueData: (value: string) => { egldValueData: { value: string; formattedValue: string; decimals: number; }; };