type EncodeTrieNode = string | { v?: string; n: number | Map; o?: string; }; export declare const htmlTrie: Map; export {}; //# sourceMappingURL=encode-html.d.ts.map