export declare const getInsightConfigurationInitialState: () => InsightConfigurationState; export interface InsightConfigurationState { /** * The unique identifier of the target insight configuration. */ insightId: string; }