import type { TestplaneConfig } from "../types/testplaneConfig"; declare const _default: { name: string; fn: (config: TestplaneConfig) => void; }; export default _default;