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