import { YamlConfig } from "./config"; export declare const makePath: (path: string) => string[]; export declare const getYamlStringifyOptions: (config: YamlConfig) => any;