import { RunnerPluginConstructor } from "../types"; export default function get(input: string | RunnerPluginConstructor): RunnerPluginConstructor;