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