export declare function getAppPluginEnabled(pluginId: string): Promise; /** * Check if an app plugin is installed and enabled. * @param pluginId - The id of the app plugin. * @returns True if the app plugin is installed and enabled, false otherwise. */ export declare function isAppPluginEnabled(pluginId: string): Promise;