import { ENSRootNodeStates } from '../constants'; export declare class ENSRootNode { hash: string; name: string; state: ENSRootNodeStates; createdAt: Date; updatedAt: Date; }