import { PlatformPackager } from "app-builder-lib"; declare type LicenseConfig = { $schema: string; body: any[]; labels: any[]; }; export declare function addLicenseToDmg(packager: PlatformPackager, dmgPath: string): Promise; export {};