declare const attendeesReducer: (state: any[], action: {
    type: string;
    payload: any;
}) => any[];
export default attendeesReducer;
