import { DisallowedToken, EmojiToken, fns_beautify, fns_emoji, fns_normalize_fragment, fns_split, fns_tokenize, IgnoredToken, is_combining_mark, Label, MappedToken, NFCToken, should_escape, StopToken, TextToken, Token, ValidToken } from '@0xftm/fns-normalize'; export declare const normalise: (name: string) => string; export declare const namehash: (name: string) => string; export declare const beautify: typeof fns_beautify; export declare const emoji: typeof fns_emoji; export declare const normalizeFragment: typeof fns_normalize_fragment; export declare const split: typeof fns_split; export declare const tokenise: typeof fns_tokenize; export declare const isCombiningMark: typeof is_combining_mark; export declare const shouldEscape: typeof should_escape; export type { DisallowedToken, EmojiToken, IgnoredToken, Label, MappedToken, NFCToken, StopToken, TextToken, Token, ValidToken, };