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