import type { RalphRunOptions, RalphRunResult } from "../types.js"; export declare function runRalph(options: RalphRunOptions): Promise;