import type { GetEnsNameReturnType } from 'viem'; export declare function formatENS(name: GetEnsNameReturnType): string;