export declare class StatusStep { stepName: string; isCurrentState: boolean; stepOrder: number; stepValue: string; stepState: number; }