export declare const ZERO_ADDRESS: string;
export declare function toAddress(contractOrAddress: string | any): string;
export declare function isZeroAddress(address: string): boolean;
export declare function uint256ToAddress(uint256: string): string;
