import type { RunOptions } from "./types"; import { resolveRunAgent } from "./agent-resolver"; export { resolveRunAgent }; export declare function waitForEventProcessorShutdown(eventProcessor: Promise, timeoutMs?: number): Promise; export declare function run(options: RunOptions): Promise;