export interface IThreadResponse {
    value: string | null;
    taskId: number;
}
//# sourceMappingURL=thread.d.ts.map