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