import { type AnyAction } from '@splunk/dashboard-state'; export declare const useTelemetryDispatch: ({ makeAction, shouldDispatch, }: { makeAction: () => AnyAction; shouldDispatch: boolean; }) => void; //# sourceMappingURL=useTelemetryDispatch.d.ts.map