import { WidgetNamespace } from './types'; export declare const SidebarEntryConfiguration: { widgetId: string; widgetNamespace: WidgetNamespace; name: string; description: string; }[]; export declare const SidebarAssetConfiguration: { widgetId: string; widgetNamespace: WidgetNamespace; name: string; description: string; }[];