import type { PluginInstallation } from "./types"; export declare function shouldLoadPluginForCwd(installation: Pick, cwd?: string): boolean;