### Checklist - [X] I have read [Caveats](https://github.com/m-radzikowski/aws-sdk-client-mock#caveats) documentation and didn't find a solution for this problem there. ### Bug description When we upgrade from version 3.0.1 to 3.1.0 our build/tests break. Maybe related to https://github.com/m-radzikowski/aws-sdk-client-mock/pull/198 ### Reproduction <!-- Put a minimal reproducible example here. It should include all code needed to reproduce the issue and be self-contained - without references to any code outside, so it can be copy-pasted and run as-is. See the StackOverflow guide on how to create a Minimal, Complete, and Reproducible example: https://stackoverflow.com/help/minimal-reproducible-example --> 1. Clone https://github.com/WtfJoke/aws-sdk-client-mock-reproducer-3.1.0 2. `npm install` 3. `npm run build` or `npm run test` fails [Commit](https://github.com/WtfJoke/aws-sdk-client-mock-reproducer-3.1.0/commit/0f0edcd418f2dd81ff7e3bf7c15b4bf1f318d7c5) is broken (updates the dependency to 3.1.0), where as the [initial commit](https://github.com/WtfJoke/aws-sdk-client-mock-reproducer-3.1.0/commit/b51de61f82161ab083362c2f0ddd75abfeb9d532) works ### Environment - Node version: v20.11.0 - Testing lib and version: vitest 1.4.0 - Typescript version: 5.4.3 - AWS SDK v3 Client mock version: 3.1.0 - AWS JS SDK libs and versions: @aws-sdk/client-secrets-manager v3.535.0 - <!-- e.g. @aws-sdk/client-sqs v3.10.0 -->