import type { GroupsRequestBuilder } from "./groups/index.js";
declare module "@microsoft/msgraph-beta-sdk" {
    interface GraphBetaServiceClient {
        /**
         * Provides operations to manage the groups singleton.
         */
        get groups(): GroupsRequestBuilder;
    }
}
export * from "./groupsServiceClient.js";
//# sourceMappingURL=index.d.ts.map