import type { IterateResult } from "../types.mts"; export declare function buildSimpleIterateInstructions(result: Exclude): string[]; export declare function adaptIterateLog(log: string): string; export declare function numberInstructions(instructions: string[]): string;