import type { SearchControlAction } from '@splunk/dashboard-types'; export declare const shouldPause: ({ isPaused, action, }: { isPaused: boolean; action: SearchControlAction; }) => boolean; //# sourceMappingURL=shouldPause.d.ts.map