/** * Shared ServiceContext factory for Azure DevOps. * Used by both MCP server (index.ts) and CLI (cli.ts). */ import type { ServiceContext } from './types.js'; /** * Build a ServiceContext from environment variables (lazy client initialization). */ export declare function createServiceContext(): ServiceContext; //# sourceMappingURL=context-factory.d.ts.map