// class-transformer-modules.d.ts
declare module "class-transformer/cjs/storage.js" {
  // You can expand this with more specific types if you know the structure or contents.
  export const defaultMetadataStorage: any;
}
