import { c as GraphApiRequest, l as GraphApiResponse, u as GraphApiVersion } from "./types-JWtwb_s9.js"; import { t as AuthManager } from "./auth-manager-C8Z0KxC5.js"; //#region src/client/graph-client.d.ts declare class GraphClient { private authManager; private defaultApiVersion; constructor(authManager: AuthManager, defaultApiVersion?: GraphApiVersion); callApi(request: GraphApiRequest): Promise; get(path: string, queryParams?: Record): Promise; post(path: string, body?: unknown, queryParams?: Record): Promise; put(path: string, body?: unknown, queryParams?: Record): Promise; patch(path: string, body?: unknown, queryParams?: Record): Promise; delete(path: string, queryParams?: Record): Promise; } //#endregion export { GraphClient as t }; //# sourceMappingURL=graph-client-C7VuhtWi.d.ts.map