// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/telepathyClient.js declare class TelepathyComponent { constructor(); enable(): void; disable(): void; } export declare const Component: typeof TelepathyComponent;