import type { PluginManifestRegistry } from "../plugins/manifest-registry.js"; import type { PluginAutoEnableCandidate } from "./plugin-auto-enable.types.js"; import type { KlawConfig } from "./types.klaw.js"; export declare function detectPluginAutoEnableCandidates(params: { config?: KlawConfig; env?: NodeJS.ProcessEnv; manifestRegistry?: PluginManifestRegistry; }): PluginAutoEnableCandidate[];