import { ProcessedOptionsWithSinglePlatformArch, DownloadOptions } from './types.js'; import { Packager } from './packager.js'; export declare function packageUniversalMac(packageForPlatformAndArchWithOpts: Packager['packageForPlatformAndArchWithOpts'], buildDir: string, comboOpts: ProcessedOptionsWithSinglePlatformArch, downloadOpts: DownloadOptions, tempBase: string): Promise;