export declare function login({ host, port }: {
    host?: string | undefined;
    port?: number | undefined;
}): Promise<string>;
