import { PlainObject } from './common';
export default function loadYaml(pathString: string, global?: boolean): PlainObject;
