import { Plugin } from 'vite';

declare function viteSugarcube(): Plugin;

export { viteSugarcube as default };
