export declare const getSpentGas: (gasPrice: string, gasUsed: string) => number;
export declare const getSpentGasByFee: (fee: string) => number;
