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