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