import type { Plugin } from '../types'; declare const applyPlugin: (plugins: (Plugin | undefined)[]) => Plugin; export { applyPlugin };