import type { Plugin } from '../../types/plugin'; export type RuntimeRunOptions = { config: Record; plugins: Plugin[]; handleSetupResult?: (params: any, api: Record) => Promise | void; };