/** * kibi token create / kibi token info */ import { Command } from 'commander'; export declare function registerToken(program: Command): void;