export type WidgetMetadata = { tags?: string[]; requiredApp?: string | null; }; export type WidgetSpecifications = Record; export declare function loadWidgetSpecifications(dirPath?: string): WidgetSpecifications; //# sourceMappingURL=widget-specifications.d.ts.map