import type { Plugin } from 'vite';
export declare function sourceInspectorPlugin(opts?: {
    editor?: string;
}): Plugin[];
//# sourceMappingURL=sourceInspectorPlugin.d.ts.map