import type { PluginConfig } from "./config"; import type Testplane from "testplane"; declare const _default: (testplane: Testplane, opts: PluginConfig) => void; export = _default;