import { CommandBase } from './support/CommandBase'; export declare class JsonToYamlCommand extends CommandBase { run(options: any): Promise; _ensureDirectoryExistence(filePath: any): boolean; }