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