import * as actions from "./participants.actions"; import { ParticipantState } from "./participants.types"; export declare const initialState: ParticipantState; export declare function reduce(state: ParticipantState, action: actions.ParticipantActions): ParticipantState;