import { PlayGroup } from './play-group.js'; export declare class PlayGroupSubscription { playGroup(payload: { playGroup: PlayGroup; }, id: string): PlayGroup; }