## Expected Behavior When importing like this ``` import { CommunicationProtocolEnum, DaprClient, HttpMethod } from 'dapr-client'; ``` I expect typescript to recognize the import. ## Actual Behavior Typescript does not find the module and definitions. Building the project fails saying it cannot find the module. ## Steps to Reproduce the Problem Install 2.2.0 and try to import into a ts file and build. ## Current fix Fall back to 2.1.0