export declare const getAppData: (params: {
    friendlyName: string;
    appID: string;
    license: string;
}) => string;
