import { DAL } from '../../DAL'; import { Roamer } from '../../Roamer/Entity'; export declare class RoamerClusterDAL extends DAL { static From(conn?: any): RoamerClusterDAL; private Key; setRoamer(clusterId: string, roamer: Roamer): Promise; delRoamer(clusterId: string, account: string): Promise; moveRoamer(srcClusterId: string, dstClusterId: string, roamer: Roamer): Promise; getRoamer(clusterId: string, account: string): Promise; queryRoamers(clusterId: string): Promise; } //# sourceMappingURL=index.d.ts.map