export declare function login(profile: string): Promise<string>;
