import type { RuntimeEnv } from "../runtime.js"; export declare function docsSearchCommand(queryParts: string[], runtime: RuntimeEnv): Promise;