export declare class RaysyncAPI { static baseUrl: string; static token: string; static setBaseUrl(url: string): void; static login(params: { username: string; password: string; }): Promise; static userInfo(): Promise; static serverInfo(): Promise; }