import { type ExplorerConfig } from "./state.js"; export declare function runExplorer(config: ExplorerConfig): Promise;