export declare const ReactionKinds: { [key: string]: string; }; declare type ReactionKindType = 'Upvote' | 'Downvote'; export declare function ReactionKind(value: ReactionKindType): ReactionKindType; export {};