import Graph from './Graph'; export declare function yamlToCommands(yamlString: string): IterableIterator; export default function loadBootstrapConfigs(graph: Graph, dir: string): Graph; export declare function loadLocalBootstrapConfigs(graph: Graph): void;