export declare class ListCommand { execute(targetPath?: string, mode?: 'changes' | 'specs'): Promise; } //# sourceMappingURL=list.d.ts.map