type OutputFormat = "table" | "json" | "yaml"; export interface ParsedTaskShowArgs { workspaceRoot?: string; project?: string; taskKey?: string; includeLogs: boolean; includeHistory: boolean; format: OutputFormat; noTelemetry: boolean; } export declare const parseTaskShowArgs: (argv: string[]) => ParsedTaskShowArgs; export declare class TaskShowCommands { static run(argv: string[]): Promise; } export {}; //# sourceMappingURL=TaskShowCommands.d.ts.map