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