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