export declare class AuthService { static signInByCode(code: string): Promise; static refresh(): Promise; }