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