import { CBRFormStep, IncidentElementStep } from '../../../../@Types/CBRFormStep'; export declare const addRecursiveElementStep: (idStep: string, step: IncidentElementStep, idParent: string | null, steps: Record, idProjectDep: string) => void;