export declare class ActivityContext { private _orchestrationId; private _taskId; constructor(orchestrationId: string, taskId: number); get orchestrationId(): string; get taskId(): number; }