/** * kibi quota */ import { Command } from 'commander'; export declare function registerQuota(program: Command): void;