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