import { Action } from '../store/screenshot'; import { DispatchType } from './use-global-dispatch'; export declare const useGlobalScreenshotDispatch: (callback?: DispatchType) => { dispatch: (action?: Action) => void; };