export function sendCloseEvent(modalType: any): Promise<any>;
/**
 * 关闭工作流抽屉方法
 *
 * @export
 * @param {string} clickType
 * @returns {Promise}
 */
export function closeBPMPage(clickType: string): Promise<any>;
