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