import { World } from '../world'; import { CatalogSpec } from './types'; export declare function createWorld3(spec: CatalogSpec): World;