import { EnsStatus } from './types'; export declare const useEnsStatus: (walletAddressOrName?: string | null) => EnsStatus;