import { BigNumberable } from '../types'; export declare function stripHexPrefix(input: string): string; export declare function addressesAreEqual(addressOne: string, addressTwo: string): boolean; export declare function getAssetId(tokenAddress: string, quantization?: BigNumberable): string;