import { CommandContext, Platform } from '../types'; export declare function analyzeContext(cwd: string, platform: Platform): CommandContext; //# sourceMappingURL=context.d.ts.map