export interface LegacyPluginCheckResult { hasLegacyEntry: boolean; hasCanonicalEntry: boolean; legacyEntries: string[]; } export declare function checkForLegacyPluginEntry(overrideConfigDir?: string): LegacyPluginCheckResult;