import { DelegateViewCommand, type IPlotController, type IPlotView, type OxyInputEventArgs } from '..'; /** * Provides a controller command for the IPlotView implemented by a delegate. */ export declare class DelegatePlotCommand extends DelegateViewCommand { /** * Initializes a new instance of the DelegatePlotCommand class. * @param handler The handler. */ constructor(handler: (view: IPlotView, controller: IPlotController, args: T) => void); } //# sourceMappingURL=DelegatePlotCommand.d.ts.map