import type { Plugin } from 'vite';
import type { ExtendedOptions } from './types';
export declare function sourceLoaderPlugin(config: ExtendedOptions): Plugin | Plugin[];
