import { Command } from 'commander';
import { InfoHandlerOptions } from '../types/info-handler-options';
export declare function infoHandler(options: InfoHandlerOptions): Promise<void>;
export declare function info(program: Command): void;
