import { type ConeEntry, type SandboxSubstrate } from '../_cloud_core/src/index.js'; export interface RunListOpts { substrate: SandboxSubstrate; registryPath: string; } export declare function runList(opts: RunListOpts): Promise;