import type { PluginEntryInfo } from "../types"; export declare function findPluginEntry(directory: string): PluginEntryInfo | null;