interface State {
    roomIsInactive: boolean;
}
export declare const changeRoomIsInactive: import("@reduxjs/toolkit").ActionCreatorWithPayload<State, string>;
declare const storeRoomIsInactive: import("@reduxjs/toolkit").EnhancedStore<State, import("redux").AnyAction, [import("redux-thunk").ThunkMiddleware<State, import("redux").AnyAction, undefined>]>;
export default storeRoomIsInactive;
