I'm trying to use the type S3Service.Type (@effect-aws/client-s3) and am running into the following issue:
S3Service.Type resolves to internal S3Service$ which isn't exported, causing TS4058 declaration emit errors.
Could you export S3Service$ (or an equivalent public type) so S3Service.Type can be used in emitted declarations?
Thank you!