import { DTOThreadReaction } from "@supernova-studio/client"; export declare class ThreadMessageReaction { messageId: string; userId: string; emoji: string; createdAt: Date; constructor(model: DTOThreadReaction); toRemote(): DTOThreadReaction; }