import type { Group } from '@mattermost/types/groups';
export declare function isSyncableSource(source: string): boolean;
export declare function filterGroupsMatchingTerm(groups: Group[], term: string): Group[];
export declare function sortGroups(groups?: Group[], locale?: string): Group[];
