import { CommanderStatic } from 'commander';
import { AbstractCommand } from './abstract.command';
export declare class InfoCommand extends AbstractCommand {
    load(program: CommanderStatic): void;
}
