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