import React from 'react'; import { ActionType, UseFetchDataAction } from './types'; export declare function useActionType(ref: React.MutableRefObject, action: UseFetchDataAction): void;