import { Group } from "../types/groups";
export declare function filterGroupsMatchingTerm(groups: Group[], term: string): Group[];
