/** * 获取可选的流程 * @param * @returns */ export declare const getProcessInstanceByBiz: (params: any) => Promise; /** * 获取流程历史 */ export declare const getProcessComments: (params: any) => Promise; /** * 获取审批要点统计信息 */ export declare const getTaskExecutionInfo: (params: any) => Promise;