2017-12-16 06:42:41 +00:00
|
|
|
/// <reference types="long" />
|
2017-12-13 19:55:08 +00:00
|
|
|
import { CommandsBase } from './CommandsBase';
|
2017-12-16 06:42:41 +00:00
|
|
|
import { UUID } from '../UUID';
|
|
|
|
|
import * as Long from 'long';
|
2017-12-13 19:55:08 +00:00
|
|
|
export declare class RegionCommands extends CommandsBase {
|
2017-12-16 06:42:41 +00:00
|
|
|
getRegionHandle(regionID: UUID): Promise<Long>;
|
2017-12-13 19:55:08 +00:00
|
|
|
}
|