import type { Config } from "./types/plugin"; declare const validateConfig: (config?: unknown) => Config; export default validateConfig;