import { WorldStore } from "../store/world-store";
export declare function createRedisWorldStore(redisClient: any): WorldStore;
