export declare const TaskVocab: { readonly title: string; readonly instruction: string; readonly prompt: string; readonly issue: string; readonly message: string; readonly workspace: string; readonly status: string; readonly priority: string; readonly assignedTo: string; readonly source: string; readonly metadata: string; readonly createdAt: string; readonly updatedAt: string; }; export declare const ScheduleVocab: { readonly task: string; readonly status: string; readonly scheduleKind: string; readonly cron: string; readonly intervalSeconds: string; readonly timezone: string; readonly startsAt: string; readonly nextRunAt: string; readonly lastRunAt: string; readonly metadata: string; readonly createdAt: string; readonly updatedAt: string; }; export declare const AutomationRuleVocab: { readonly title: string; readonly description: string; readonly status: string; readonly ruleKind: string; readonly task: string; readonly schedule: string; readonly source: string; readonly target: string; readonly condition: string; readonly actions: string; readonly metadata: string; readonly lastTriggeredAt: string; readonly lastRunStatus: string; readonly createdAt: string; readonly updatedAt: string; }; export declare const DeliveryVocab: { readonly kind: string; readonly status: string; readonly task: string; readonly source: string; readonly target: string; readonly chat: string; readonly thread: string; readonly targetThread: string; readonly targetSession: string; readonly actor: string; readonly object: string; readonly objective: string; readonly payload: string; readonly projection: string; readonly projectedRole: string; readonly metadata: string; readonly error: string; readonly createdAt: string; readonly dispatchedAt: string; readonly consumedAt: string; readonly completedAt: string; readonly updatedAt: string; }; export declare const RunVocab: { readonly task: string; readonly delivery: string; readonly trigger: string; readonly input: string; readonly thread: string; readonly workspace: string; readonly status: string; readonly runner: string; readonly prompt: string; readonly externalRunId: string; readonly leaseOwner: string; readonly leaseExpiresAt: string; readonly heartbeatAt: string; readonly cancelRequestedAt: string; readonly error: string; readonly metadata: string; readonly createdAt: string; readonly startedAt: string; readonly completedAt: string; readonly updatedAt: string; }; export declare const EvidenceVocab: { readonly evidenceKind: string; readonly about: string; readonly issue: string; readonly task: string; readonly delivery: string; readonly run: string; readonly thread: string; readonly summary: string; readonly source: string; readonly actor: string; readonly outcome: string; readonly metadata: string; readonly createdAt: string; }; export declare const ReportVocab: { readonly reportKind: string; readonly status: string; readonly outcome: string; readonly about: string; readonly issue: string; readonly task: string; readonly delivery: string; readonly run: string; readonly thread: string; readonly evidence: string; readonly summary: string; readonly reviewer: string; readonly actor: string; readonly source: string; readonly metricFacts: string; readonly metadata: string; readonly createdAt: string; readonly publishedAt: string; readonly updatedAt: string; }; export declare const RunStepVocab: { readonly run: string; readonly stepType: string; readonly message: string; readonly payload: string; readonly createdAt: string; };