import { Plugin } from 'vite';

declare const createPlugin: () => Plugin;

export { createPlugin as default };
