import type { StateCreator } from 'zustand'; import type { HMSViewsSlice, HMSStore } from './types'; export declare const createHMSViewsSlice: StateCreator;