/** @returns a promise for the parsed YAML */ export function loadYamlFile(path: string | Buffer | URL): Promise /** @returns the parsed YAML */ export function loadYamlFileSync(path: string | Buffer | URL): unknown