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