interface SetInsightConfigurationActionCreatorPayload { /** * The unique identifier of the target insight configuration. */ insightId: string; } export declare const setInsightConfiguration: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[payload: SetInsightConfigurationActionCreatorPayload], SetInsightConfigurationActionCreatorPayload, "insightConfiguration/set", never, never>; export {};