3 lines
167 B
TypeScript
3 lines
167 B
TypeScript
import { PlatformPackager } from "app-builder-lib";
|
|
export declare function addLicenseToDmg(packager: PlatformPackager<any>, dmgPath: string): Promise<string | null>;
|