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