export declare function getProfile(apiKey: string, token: string, callback: Function): void; export declare function updateProfile(apiKey: string, token: string, name: string, ...more: any[]): void; export declare function refreshToken(apiKey: string, refreshToken: string, callback: Function): void;