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