type CreateStepOptions = { challengeSeeds: Record; projectPath: string; stepBetween: boolean; stepNum: number; }; export declare function createStepFile(options: CreateStepOptions): string; export declare function reorderSteps(): void; export declare function getChallengeSeeds(string): Record;