/// export declare function toChecksumAddress(address: string): string; export declare function bufferToAddress(buff: Buffer): string; export declare function computeCreate2Address(deployer: string, salt: string | number | Buffer, byteCodeHash: Buffer | string): string; export declare function verifyAddress(address: string, checksum?: boolean): boolean; export declare function targetToAddress(target: any): string; export declare function convertAddress(address: string): string; export declare function publicKeyToAddress(publicKey: Buffer): string; export declare function privateKeyToAddress(privateKey: Buffer): string;