declare const WEBWORKER_CMD: { INIT: string; START: string; STOP: string; SEEK: string; PAUSE: string; RESUME: string; DESTROY: string; LOG_CONFIG_CHANGE: string; }; export default WEBWORKER_CMD;