1 2 3
import type { ExitStatus, RunOptions } from "../index"; export function load(options?: Partial<RunOptions>): Promise<ExitStatus>;