import type { WidgetExample } from "./widget-example.js";
import type { WidgetType } from "./pipelines.js";
type PerLanguageMapping = Map<WidgetType, string[] | WidgetExample[]>;
export declare const MAPPING_DEFAULT_WIDGET: Map<string, PerLanguageMapping>;
export {};
//# sourceMappingURL=default-widget-inputs.d.ts.map