import { SomeTerm } from "@ontologies/core"; export declare function groupBy(list: any[], keyGetter: any): Map; export declare function termFromNQ(nq: string, factory?: any): SomeTerm | undefined;