import type { Plugin } from '../../types/config.ts';
export declare const config: string[];
declare const plugin: Plugin;
export default plugin;
