export declare const getPackageJson: (params: {
    appID: string;
    packageName: string;
    gitURL?: string;
}) => string;
