export declare function stringify(obj: any, replacer?: any, spacer?: any, options?: any): string; export declare function _default(obj: any): any; export interface AttachmentMeta { filename: string; mimetype: string; size?: number; mxcUri?: string; eventId?: string; category: string; } export interface CleanAdditionalKwargs { msgFromMatrixRoom: boolean; timestamp: string; oracleName: string; reasoning?: string; reasoningDetails?: Array<{ type: string; text: string; }>; attachment?: AttachmentMeta; senderDid?: string; senderMatrixUserId?: string; senderDisplayName?: string; threadId?: string; eventId?: string; isGroupChat?: boolean; 'm.mentions'?: { user_ids?: string[]; }; 'm.relates_to'?: { 'm.in_reply_to'?: { event_id: string; }; }; [key: string]: unknown; } export declare function cleanAdditionalKwargs(additionalKwargs: any, msgFromMatrixRoom: boolean): CleanAdditionalKwargs; //# sourceMappingURL=utils.d.ts.map