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