// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/automountManager.js /** * * @see https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/automountManager.js#L19 * @version 46 */ declare class AutomountManager { constructor(); enable(): void; disable(): void; } export declare const Component: typeof AutomountManager;