import type { PrimitiveAtom } from '../../core/state/PrimitiveAtom'; export declare enum TargetPlaybackState { Paused = "paused", Playing = "playing" } export type TargetPlaybackStateAtom = PrimitiveAtom;