import { type Config } from '../types';
export declare function login(config: Config): Promise<boolean>;
