import meow from 'meow';
declare function init(opt?: meow.Options<meow.AnyFlags>, helpText?: string): void;
declare const _default: {
    parseCli: typeof init;
};
export = _default;
