import { P as PluginOptions } from './type-CEnZeKjH.js';

declare function viteSourceLocator(options?: PluginOptions): {
    name: string;
    enforce: "pre";
    apply: "serve";
    version: string;
    transform(code: string, id: string): Promise<{
        code: string;
        map?: any;
    } | undefined>;
};

export { viteSourceLocator };
