export type NotificationResult = { status: 'granted' | 'blocked'; settings: {}; }; export declare const checkNotifications: () => Promise;