import { Plugin } from 'vite';

declare function netlifyPlugin(): Plugin;

export { netlifyPlugin };
