/** * kibi config get / kibi config set */ import { Command } from 'commander'; export declare function registerConfig(program: Command): void;