import type { BuildInternals } from '../internal.js';
import type { AstroBuildPlugin } from '../plugin.js';
export declare function pluginAnalyzer(internals: BuildInternals): AstroBuildPlugin;
