/** * Detect candidate index from numbered tag pattern [STEP_NAME:N]. * Returns a 0-based semantic candidate index, or -1 if no match. */ export declare function detectCandidateIndex(content: string, stepName: string): number; //# sourceMappingURL=ruleIndex.d.ts.map