import type { ParsedArgs } from 'minimist'; /** * @description start `fox` based on cli arguments if any were given */ export declare function cli(argv: ParsedArgs): Promise; //# sourceMappingURL=cli.d.ts.map