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