declare function weigh_terms(indexFilePath: string, outputWeightedTermsPath: string, typeOfIndex: "doc" | "query"): void; export default weigh_terms;