import type { KlawConfig } from "../../../config/types.klaw.js"; import type { PluginManifestRegistry } from "../../../plugins/manifest-registry.js"; export declare function collectPluginToolAllowlistWarnings(params: { cfg: KlawConfig; env?: NodeJS.ProcessEnv; manifestRegistry?: PluginManifestRegistry; }): string[]; export declare function collectBundledProviderAllowlistPolicyWarnings(params: { cfg: KlawConfig; }): string[];