#import <RNReanimated/REAValueNode.h>
@interface REAParamNode : REAValueNode
- (void)beginContext:(NSNumber *)ref prevCallID:(NSNumber *)prevCallID;
- (void)endContext;
- (void)start;
- (void)stop;
- (BOOL)isRunning;
@end