declare const _default: import("@agent-native/core").ActionDefinition<{ permalink: string; limit?: unknown; cursor?: string | undefined; connectionId?: string | undefined; }, { permalink: string; channelId: string; linkedMessageTs: string; threadTs: string; messages: { ts: string | null; threadTs: string | null; user: string | null; username: string | null; botId: string | null; text: string; blocks?: {} | undefined; attachments?: {} | undefined; files?: {} | undefined; reactions?: {} | undefined; }[]; messageCount: number; completeness: string; nextCursor: string | null; relatedLinks: string[]; }>; export default _default; //# sourceMappingURL=read-slack-thread-context.d.ts.map