import type { ReasoningStep } from './reasoning.js'; export declare function getReasoningStepKey(step: ReasoningStep, index: number): string;