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