//#region src/infra/detect-binary.d.ts declare function detectBinary(name: string): Promise; //#endregion export { detectBinary as t };