import { Comment, Reply } from '../../../types'; declare const comments: Comment[]; declare const replies: Reply[]; export { comments, replies };