export declare function parseYaml(content: string): unknown; export declare function stringifyYaml(value: unknown): string;