import { World } from '../core'; export declare function createWorld(dataPath: string): World;