export function buildTrie(data: any): {
  uniqueName: any;
  children: any;
};
//# sourceMappingURL=trie.d.ts.map
