import { NetworkName } from '@configuration'; export declare function addressListToHederaIdList({ addressList, network, }: { addressList: string[]; network: NetworkName; }): Promise; export declare function addressToHederaId({ address, network, }: { address: string; network: NetworkName; }): Promise;