import * as textRunner from "text-runner-engine"; import * as formatters from "./index.js"; /** creates an instance of the formatter with the given name */ export declare function instantiate(name: formatters.Names, command: textRunner.commands.Command): formatters.Formatter;