import type { AnyObject } from '../types/index.js'; export declare const toYaml: (value: AnyObject) => string; //# sourceMappingURL=to-yaml.d.ts.map