/** * This function will get a url of a yaml * download that yaml * parse it and return the parsed object or array. * * Created November 2nd, 2020 * @author: ywarezk * @version: 0.4.0 * @copyright: Nerdeez Ltd */ /** * fetch yaml and parse * @param url https://path-to-yaml */ export declare function loadYaml(url: string): Promise;