import { IflowHistoryAttrProps } from './type'; /** * 流程追踪 */ export declare const flowHistory: (params: IflowHistoryAttrProps) => Promise;