export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
export declare function toAddress(contractOrAddress: string | any): string;
export declare function isZeroAddress(address: string): boolean;
export declare function uint256ToAddress(uint256: string): string;
//# sourceMappingURL=Addresses.d.ts.map