/** * Format values of different types * @param value The value to format * @param type The solidity type string of the value * @return The formatted value */ export declare function formatValue(value: any, type: string): any;