import { type AgentJsonConfig } from '@n8n/api-types'; export declare function hasNativeWebSearchProvider(modelId: string): boolean; export declare function isNativeWebSearchRequested(config: AgentJsonConfig): boolean; export declare function getNativeWebSearchProviderTools(config: AgentJsonConfig, options: { includeDefaultArgs: boolean; defaultEnabled?: boolean; }): Record>;