import { PlatformPackager } from "app-builder-lib"; export type DmgBuildLicenseConfig = { "default-language": string; licenses: Record; buttons?: Record; }; export declare function addLicenseToDmg(packager: PlatformPackager, explicitLicense?: string | Record | null): Promise;