import { MapInfoReply } from '../../events/MapInfoReply'; import { UUID } from '../UUID'; import { CommandsBase } from './CommandsBase'; import { RegionInfoReply } from '../../events/RegionInfoReply'; export declare class GridCommands extends CommandsBase { getRegionByName(regionName: string): Promise; getRegionMapInfo(gridX: number, gridY: number): Promise; name2Key(name: string): Promise; }