import type { WidgetInfo } from './types'; /** * Returns a list of `widgetName` widgets added on the home screen */ export declare function getWidgetInfo(widgetName: string): Promise; //# sourceMappingURL=get-widget-info.d.ts.map