/** * Tests if an app installation is for a custom app (for example, a custom PHP * or Node.js app). These are treated differently in the UI. * * @param appId */ export declare function isCustomAppInstallation(appId: string): boolean;