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