import { ID } from '../../commonStateTypes/common'; import { InsightState } from './insightState'; export declare function getInsightsByInsightIds(insightState: InsightState, insightIds: ID[]): import("./insightState").Insight[];