import { PlatformPackager } from "app-builder-lib"; import { TmpDir } from "temp-file"; export { DmgTarget } from "./dmg"; export declare function getDmgTemplatePath(): string; export declare function getDmgVendorPath(): string; export declare function attachAndExecute(dmgPath: string, readWrite: boolean, task: () => Promise): Promise; export declare function detach(name: string): Promise; export declare function computeBackground(packager: PlatformPackager): Promise; export declare function transformBackgroundFileIfNeed(file: string, tmpDir: TmpDir): Promise;