import { Context } from '../../common/types/manifest';
export declare const ExportYaml: () => {
    execute: (tree: any, context: Context, outputPath: string) => Promise<void>;
};
