/**
 * Command-line interface for the eseries package
 */
import { Command } from 'commander';
export declare function createCli(): Command;
export declare function main(args?: string[]): 0 | 1;
