export type CallDispatcher = (funcName: string, ...args: T) => void; export default function useCall(): CallDispatcher;