export interface ParsedENSName { name: string; hash: string; label: string; labelHash: string; root: { name: string; hash: string; }; }