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