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