export interface DescribeFlags { root: string; outDir?: string; noCache?: boolean; agent?: string; apply?: boolean; heuristic?: boolean; run?: boolean; copy?: boolean; } export declare function describeCommand(flags: DescribeFlags): Promise;