import { IGanacheYaml } from "../../controllers/ganache/models/iganache-yaml"; export declare class YamlService { constructor(); /** * Parses a YAML file containing the ganache config * @param filePath The path to the yaml file */ parse(filePath: string): Promise; }