/** * Context CLI Command definition */ import type { Command } from '../types.js'; export declare const contextCommand: Command; //# sourceMappingURL=context.d.ts.map