export declare class Constants {
    static readonly HEX_START = "0x";
    static readonly EMPTY_HEX_STRING: string;
    static readonly ETH_MAX_DECIMALS = 18;
}
