export declare class StatusStep {
    nameStep: string;
    statusStep: string;
    constructor(params: Partial<StatusStep>);
}
