import { AdditionalOptions } from '../../types/index.js'; export default function parseYaml(content: string, filePath: string, options: AdditionalOptions): { content: string; fileFormat: 'JSON' | 'YAML'; };