import { a as DEFAULT_SCOPES, c as GraphApiRequest, d as HttpMethod, f as ServerConfig, i as AuthStatus, l as GraphApiResponse, n as ApiType, o as DeviceCodeInfo, p as TokenInfo, r as AuthMode, s as GRAPH_BASE_URL, t as AZURE_BASE_URL, u as GraphApiVersion } from "./types-JWtwb_s9.js"; import { t as AuthManager } from "./auth-manager-C8Z0KxC5.js"; import { t as GraphClient } from "./graph-client-C7VuhtWi.js"; import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; //#region src/index.d.ts declare function createServerConfig(): ServerConfig; declare function createServer(config: ServerConfig): McpServer; declare function runServer(): Promise; //#endregion export { AZURE_BASE_URL, ApiType, AuthManager, AuthMode, AuthStatus, DEFAULT_SCOPES, DeviceCodeInfo, GRAPH_BASE_URL, GraphApiRequest, GraphApiResponse, GraphApiVersion, GraphClient, HttpMethod, ServerConfig, TokenInfo, createServer, createServerConfig, runServer }; //# sourceMappingURL=index.d.ts.map