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