import type { ChainType } from '@lifi/types';
export declare const getNameServiceAddress: (name: string, chainType?: ChainType) => Promise<string | undefined>;
//# sourceMappingURL=getNameServiceAddress.d.ts.map