import type { AddressLookupChain, AddressLookupKey } from './types'; export declare const ADDRESS_LOOKUP_NAMESPACE_PREFIX = "space-data-network/identity/address"; export declare function addressLookupNamespace(chain: AddressLookupChain): string; export declare function normalizeAddressLookupKey(chain: AddressLookupChain, value: string): Promise; //# sourceMappingURL=address-lookup.d.ts.map