export declare class ProcessInfoModel {
    isComplate: boolean;
    isSuccess: boolean;
    title: string;
    component: string;
    infoAreaId: string;
    guid: string;
    /** GUID */
    private S4;
}
