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