import { StepConfig } from '../types/steps';
export declare function createStepConfig<T>(steps: StepConfig<T>[]): StepConfig<T>[];
