import { PlainObject } from './common';
export default function loadMappings(mappingFolderPath?: string): PlainObject;
