// Hand-maintained declarations for the "@salla.sa/twilight-bundles/vite-plugins" subpath — // same reason as ./demo.d.ts: the "exports" map points types here, and no build step emits // this flattened layout. Keep in sync with dist/vite-plugins/index.js. import type { Plugin } from 'vite'; import type { DemoPluginOptions } from './demo'; export declare function sallaBuildPlugin(): Plugin; export declare function sallaTransformPlugin(): Plugin; export declare function sallaDemoPlugin(options?: DemoPluginOptions): Plugin;