import type { RunOptions } from "./types"; export declare function run(options: RunOptions): Promise;