import { Plugin } from '../../lib/plugin'; export interface ConfigOptions { list: boolean; dist: string; pluginDir: string; } declare const _default: (api: Plugin) => void; export default _default;