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