/** * Checks if this app is currently visible. */ export declare function isPluginVisible(): Promise; /** * Sets if or not the app should be visible. * @param isVisible */ export declare function setPluginVisible(isVisible: boolean): Promise;