import { Program } from "../index.js";
export declare function loginCommand(program: Program, entity: string): Promise<void>;
