import type { Snake } from '../Snake.js';
import { Raw } from '../../platform.node.js';
export declare function LoginWithCLI(snake: Snake): Promise<Raw.users.UserFull | undefined>;
