import { RPCBase } from "."; export declare function Global(this: RPCBase): { firstLogin: (username: string, params?: object, clientType?: string) => Promise>; secondLogin: (username: string, password: string, params?: object, clientType?: string) => Promise>; logout: () => Promise>; keepAlive: (timeout?: number) => Promise; getCurrentTime: () => Promise; setCurrentTime: (time: string, tolerance: unknown) => Promise>; }; //# sourceMappingURL=Global.d.ts.map