Overwolf.extensions.io.delete() does not exist

Issue Description: overwolf.extensions.io.delete() does not exist
Can you reproduce it (exact steps to reproduce):

await new Promise((resolve, _reject) => {
  overwolf.extensions.io.delete(
    overwolf.extensions.io.enums.StorageSpace.appData,
    'valorant-internal-api.json',
    resolve
  );
});

Property 'delete' does not exist on type 'typeof io'. ts(2339)
Impact on my app: I need to clear a file in my dedicated storage space
Do you currently have a workaround? No

There are no logs because typescript doesn’t let me build my app with overwolf.extensions.io.delete()

Duplicate https://discuss.overwolf.com/t/missing-typescript-binding-for-filesystem-delete/2547

Hi!
This is an error with the types definition, it was fixed and patched to npm.