export declare const normalizeEns: (name: string | undefined) => string | undefined; export declare const validateEns: (name: string | undefined) => boolean; //# sourceMappingURL=validateEns.d.ts.map