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