import { type HyperchartRunFromRunDirOptions } from "@surprisal/hyperchart/inspect"; import type { HyperchartRunInfo } from "@surprisal/hyperchart/host"; export type { HyperchartRunFromRunDirOptions }; /** Run inspection with the Pi session-transcript format bound as the default reader. */ export declare function hyperchartRunFromRunDir(runDir: string, options?: HyperchartRunFromRunDirOptions): Promise; //# sourceMappingURL=run_inspect.d.ts.map