import { type IntlShape } from "react-intl"; import { type IExecutionResultEnvelope } from "../../../../model/store/executionResults/types.js"; import { type IInsightMenuItem } from "../types.js"; import { type IUseInsightMenuConfig } from "./types.js"; /** * @internal */ export declare function getDefaultInsightMenuItems(intl: IntlShape, config: IUseInsightMenuConfig, execution?: IExecutionResultEnvelope): IInsightMenuItem[]; //# sourceMappingURL=getDefaultInsightMenuItems.d.ts.map