UNPKG

466 BTypeScriptView Raw
1import { PlatformPackager } from "app-builder-lib";
2export { DmgTarget } from "./dmg";
3export declare function getDmgTemplatePath(): string;
4export declare function getDmgVendorPath(): string;
5export declare function attachAndExecute(dmgPath: string, readWrite: boolean, task: () => Promise<any>): Promise<any>;
6export declare function detach(name: string): Promise<void>;
7export declare function computeBackground(packager: PlatformPackager<any>): Promise<string>;