import { PreprocessorGroup } from 'svelte/compiler';
import { Plugin } from 'vite';

declare function persistPlugin(): Plugin;
declare function persistPreprocessor(): PreprocessorGroup;

export { persistPlugin, persistPreprocessor };
