import { QueryRData } from '@vunk/skzz'; import { WorkflowOper } from '../types'; import { Pagination } from '@skzz/platform/shared'; export declare const rWorkflowOpers: (query: Partial, pagination: Pagination) => Promise>; export declare const dWorkflowOpers: (operIds: string[]) => Promise>; export declare const cuWorkflowOper: (data: Partial) => Promise>;