export function isFirstWorkflowStep(workflowSteps: any, activeStepIndex: any): any; export function isLastWorkflowStep(workflowSteps: any, activeStepIndex: any): any; export function getActiveStepDetail(workflowSteps: any, activeStepIndex: any): any;