declare function indexTerms(corpus: string[], outputIndexFilePath: string, type: "doc" | "query"): void; export default indexTerms;