declare const _default: import("@agent-native/core").ActionDefinition<{ sourceId?: string | undefined; threadId?: string | undefined; runId?: string | undefined; ownerEmail?: string | undefined; maxRuns?: unknown; maxEvents?: unknown; maxTraceSpans?: unknown; }, { source: { id: string; label: string; kind: "configured" | "current" | "env"; databaseUrlEnv: string | null; }; access: { viewerEmail: string; scope: string; canInspectAll: boolean; }; thread: { id: string; ownerEmail: string; title: string; preview: string; messageCount: number; createdAt: number; updatedAt: number; }; lookup: { requestedId: string; threadId: string; runId: string | null; }; messages: any; debug: any; debugRuns: any; queuedMessages: any; threadData: Record; rawThreadData: string; runs: { id: string; threadId: string; turnId: string | null; status: string; abortReason: string | null; errorCode: string | null; errorDetail: string | null; terminalReason: string | null; startedAt: number; completedAt: number | null; heartbeatAt: number | null; lastProgressAt: number | null; dispatchMode: string | null; workerStage: string | null; diagStage: string | null; peakRssMb: number | null; inFlightSince: number | null; hasDispatchPayload: boolean; events: any[]; }[]; traces: { summaries: Record[]; spans: Record[]; }; feedback: Record[]; satisfaction: Record[]; evals: Record[]; checkpoints: Record[]; }>; export default _default; //# sourceMappingURL=get-agent-thread-debug.d.ts.map