import { ServiceScope } from "@microsoft/sp-core-library"; import { IGroup } from "../common/model/IGroup"; export declare const useGroups: (serviceScope: ServiceScope) => { init: () => Promise; getGroups: (filter?: string) => Promise; }; //# sourceMappingURL=useGroups.d.ts.map