import { EListItemCommentsStateTypes } from "./EListItemCommentsStateTypes";
import { IListItemCommentsState } from "./IListItemCommentsState";
export declare const ListItemCommentsStateReducer: (state: IListItemCommentsState, action: {
    type: EListItemCommentsStateTypes;
    payload: unknown;
}) => IListItemCommentsState;
//# sourceMappingURL=ListItemCommentsStateReducer.d.ts.map