### Description The options with customDetectors are missing in the declaration file, see: https://github.com/sindresorhus/file-type/blob/643ef78a4161ee121b81feeac154aa310e47cf4f/index.d.ts#L59 ### Existing Issue Check - [X] I have searched the existing issues and could not find any related to my problem. ### ESM (ECMAScript Module) Requirement Acknowledgment - [X] My project is an [ESM project](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) and my `package.json` contains the following entry: `"type": "module"`. ### File-Type Scope Acknowledgment - [X] I understand that file-type detects binary file types and not text or other formats.