export default class MapWorldInstance {
key: string;
constructor(key: string);
geo(): void;
regeo(): void;
}