import type { Widget } from '../../types'; export declare function addWidgetId(widget: Widget): void; export declare function resetWidgetId(): void;