import { GetItemsParamsArg } from '../../modules'; import { PluginBase, ItemsStateAndParamsBase } from '../../types'; export declare const pluginControlBaseDL: PluginBase; export declare const pluginWidgetBaseDL: PluginBase; export declare function getItemsStateAndParamsDL(data: Omit): ItemsStateAndParamsBase;