import type { KlawConfig } from "../config/types.klaw.js"; import type { ResolverContext } from "./runtime-shared.js"; import type { RuntimeWebDiagnostic, RuntimeWebDiagnosticCode, RuntimeWebFetchMetadata, RuntimeWebSearchMetadata, RuntimeWebToolsMetadata } from "./runtime-web-tools.types.js"; export type { RuntimeWebDiagnostic, RuntimeWebDiagnosticCode, RuntimeWebFetchMetadata, RuntimeWebSearchMetadata, RuntimeWebToolsMetadata, }; export declare function resolveRuntimeWebTools(params: { sourceConfig: KlawConfig; resolvedConfig: KlawConfig; context: ResolverContext; }): Promise;