import { Operation, TOperationName } from '../core'; import { VoidWorkflowMapper } from '../mappers'; import { TReactToPostParams } from '../types'; export declare class ReactToPost extends Operation { readonly operationName: TOperationName; protected readonly mapper: VoidWorkflowMapper; } //# sourceMappingURL=react-to-post.d.ts.map