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