class defaultimport { default } from "https://deno.land/x/masx200_leetcode_test@10.0.1/implement-trie-prefix-tree/Trie.ts"; Propertiesprefixs: Set<string>words: Set<string>Methodsinsert(word: string): voidsearch(word: string): booleanstartsWith(prefix: string): boolean