import { Plugin } from 'vite';

declare function sugarcubePlugin(): Plugin;

export { sugarcubePlugin as default };
