import type { RestEndpoint } from '../types';
export declare const getMany: RestEndpoint<'Workflow', 'getMany'>;
export declare const get: RestEndpoint<'Workflow', 'get'>;
export declare const create: RestEndpoint<'Workflow', 'create'>;
export declare const update: RestEndpoint<'Workflow', 'update'>;
export declare const del: RestEndpoint<'Workflow', 'delete'>;
export declare const complete: RestEndpoint<'Workflow', 'complete'>;
