/** * Parse recall delay to seconds — parity with logic-executor `agent.delay` / `recall_delay` * in call params (`HH:mm:ss`, integer seconds). */ export declare function parseRecallDelaySeconds(value: unknown): number | undefined; /** Parse recall attempt limit from call/dialog params. */ export declare function parseRecallCount(value: unknown): number | undefined; //# sourceMappingURL=recall-utils.d.ts.map