import * as textRunner from "text-runner-engine"; import * as config from "../configuration.js"; export declare function instantiate(commandName: string, userConfig: config.Data, debugSubcommand: textRunner.commands.DebugSubcommand | undefined): textRunner.commands.Command;