import { CommentChangeTask } from './CommentChange'; export declare class DeleteTask implements CommentChangeTask { postId: string; commentId: string; constructor(postId: string, commentId: string); } //# sourceMappingURL=DeleteTask.d.ts.map