import { OpsYml } from './../types/OpsYml';
export declare const parseYaml: (manifest: string) => OpsYml;
