import type { Contract } from './contract';
import type { NotificationOption, NotificationsResponse } from './types';
/**
 * 检查通知权限的状态
*/
export declare function checkNotifications(): Promise<NotificationsResponse>;
/**
 * 用于请求通知权限
*/
export declare function requestNotifications(options: NotificationOption[]): Promise<NotificationsResponse>;
export declare const methods: Contract;
//# sourceMappingURL=methods.harmony.d.ts.map