import * as textRunner from "text-runner-engine"; import * as config from "./configuration.js"; /** * Parses the command-line options received and returns them * structured as the command to run and options. */ export declare function parse(argv: string[]): { cmdLineConfig: config.Data; commandName: string; debugSubcommand?: textRunner.commands.DebugSubcommand; };