export declare const createTrieFromList: (list: Array<string>) => import("./nodes.js").TrieRootNode;
//# sourceMappingURL=create-trie.d.ts.map