/// /// /** * It would be nice to explain the purpose of this patching function * @param file * @returns */ declare function patchMachOExecutable(file: Buffer): Buffer; declare function signMachOExecutable(executable: string): void; export { patchMachOExecutable, signMachOExecutable }; //# sourceMappingURL=mach-o.d.ts.map