import type { HexString } from '@polkadot/util/types';
export declare function isEthereumAddress(address?: HexString | string): boolean;
