export declare class ChangeStatusDto {
    fromStatusId: number;
    toStatusId: number;
    reasonStatus: string;
}
