export function useProcess(props: any): { bizOrderId: any; options: any; values: any; extra: any; showCodeType: string; eVoucherData: {}; selectedId: string; popupShow: boolean; confirmGoodPopupShow: boolean; eVoucherPopupShow: boolean; orderOperation: (item: any) => void; select: (value: any) => void; closeCancelOrder: () => void; doCancelOrder: () => void; doConfirmGood: () => void; onEvoucherPopupClose: () => void; onPopupClose: () => void; onConfirmGoodPopupClose: () => void; triggerShowCodeType: () => void; copyEVoucherCode: () => void; cancelOrderReasonsMap: { key: string; value: string; }[]; itemList: any; };