import { CliContext, CommandCompose, ICommand } from "../cli/index.js"; export declare class InfoCommand implements ICommand { signature: string; description: string; protected kver: null; compose(): CommandCompose; handle(ctx: CliContext): void; }