This PR https://github.com/compwright/aws-elasticsearch-connector/pull/34 didnt update the typings file, which still has ``` const AWS = require("aws-sdk"); export const ConnectorFactory: (awsConfig: AWS.Config) => Connector; ``` Maybe it's time to drop support to the SDK v2 in the next major release?