import type { OpenClawConfig } from "./config.js"; export declare function listLegacyWebSearchConfigPaths(raw: unknown): string[]; export declare function normalizeLegacyWebSearchConfig(raw: T): T; export declare function migrateLegacyWebSearchConfig(raw: T): { config: T; changes: string[]; }; export declare function resolvePluginWebSearchConfig(config: OpenClawConfig | undefined, pluginId: string): Record | undefined;