import type { PluginList } from '../types.js'; declare const checkPluginValue: (plugins: PluginList) => void; export default checkPluginValue;