import { IRequestOptions } from '../../types'; import { WorkItemUpdate } from '../shared/interfaces'; export declare function updateWorkItem(project: string, id: string, data: WorkItemUpdate[]): IRequestOptions;