/** * Show task command */ import { Command } from 'commander'; /** * Show a specific task */ export declare function showTask(idStr: string, options: { format?: string; }): Promise; /** * Create the show command */ export declare const showCommand: Command; //# sourceMappingURL=show.d.ts.map