import type { AnalyzePlugin } from './AnalyzePlugin';
export declare function createDiscoverPlugin(): AnalyzePlugin;
