export declare function parseYAML(text: string): unknown; export declare function stringifyYAML(value: unknown): string;