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