import { Message, TextChannel } from 'discord.js'; import { DyFM_AI_Message } from '@futdevpro/fsm-dynamo/ai'; export declare class DyNTS_DiAs_Util { static convertDiscordMessagesToOAIConversation(set: { messages: Message[]; botClientId: string; botDisplayName: string; issuer: string; }): DyFM_AI_Message[]; static gatherMessagesAsOAIConversation(set: { message: Message; botClientId: string; botDisplayName: string; issuer: string; skipFlags?: string[]; }): Promise; static gatherMessagesForMessage(set: { message: Message; botClientId: string; issuer: string; skipFlags?: string[]; }): Promise; static gatherMessages(set: { channel: TextChannel; userId: string; botClientId: string; skipFlags?: string[]; limit?: number; issuer: string; }): Promise; } //# sourceMappingURL=dias.util.d.ts.map