import { Roamer } from '../../Roamer/Entity'; export declare function roamerEnter(clusterId: string, roamer: Roamer): Promise; export declare function roamerLeave(clusterId: string, account: string): Promise; export declare function roamerMove(srcClusterId: string, dstClusterId: string, roamer: Roamer): Promise; export declare function getRoamers(clusterId: string): Promise; //# sourceMappingURL=index.d.ts.map