import { IEntity } from '../types'; declare const parseEntityDump: (entityDumpString: string) => IEntity[]; export default parseEntityDump;