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