import { CommentUI } from './../models/comment'; export declare type CommentState = CommentUI[]; export declare const initialState: CommentState;