import type { RunEmbeddedPiKoiParams } from "./run/params.js"; import type { EmbeddedPiRunResult } from "./types.js"; export declare function runEmbeddedPiKoi(params: RunEmbeddedPiKoiParams): Promise;