export declare const SELECT_STEP = "SELECT_STEP"; export declare const selectStep: (step: string) => { type: string; step: string; }; //# sourceMappingURL=step.d.ts.map