import ICommand from '../../FrontApplet/Command/ICommand'; import { ITypedCommandEvent } from '../../FrontApplet/Command/ICommandEvent'; import FrontApplet from '../../FrontApplet/FrontApplet'; export declare function handleVideoRequests(_onCommand: (callback: (commandEvent: ITypedCommandEvent) => Promise) => void, dispatch: (command: TCommand) => void, frontApplet: FrontApplet): void;