declare let handleFunctionalArg: (arg: any | (() => T)) => T; export default handleFunctionalArg;