export interface ContextOptions { task?: string; iteration?: string; format?: 'text' | 'markdown'; set?: boolean; } export declare function contextCommand(options: ContextOptions): Promise; //# sourceMappingURL=context-output.d.ts.map