import type { HexString } from '@polkadot/util/types'; export declare function ethereumEncode(addressOrPublic?: HexString | string | Uint8Array): HexString;