import type { RecursiveActionBundle } from "../../domain/recursive/action-bundle.js"; export interface ParseActionBundleInput { sessionId: string; iterationId: string; sourceText: string; } export declare function parseActionBundle(input: ParseActionBundleInput): RecursiveActionBundle; //# sourceMappingURL=parse-action-bundle.d.ts.map