/** * Whether or not the current system supports these notifications. As of today, * only macOS and Windows 10+ are supported. */ export declare function supportsNotifications(): boolean; /** * Whether or not the current system supports asking the user for permission to * display notifications. As of today, only macOS supports this. */ export declare function supportsNotificationsPermissionRequest(): boolean;