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