export * from './lib'; import { IOptions } from './types'; export declare const parse: (options: IOptions, argv: any) => IOptions;