import { cyidDom, SetCyid } from '@chantey/dom'; export declare const cyidPlaySet: SetCyid; export declare type cyidPlay = cyidDom | 'play-game-start' | 'play-game-stop' | 'play-game-restart';