import { CommanderHandler, LeafCommand } from "../types.js"; export declare const verifyHost: () => Promise; declare const loginCommand: LeafCommand; export default loginCommand;