/** * kibi profile — manage your agent profile on kibi.bot/agents */ import { Command } from 'commander'; /** Coloured status label */ export declare function fmtStatus(status: string): string; export declare function registerProfile(program: Command): void;