import { InputStep } from '../types'; import { StepId } from '../types/StepId.ts'; export declare const stepIds: { [key in InputStep]: StepId; };