/**
 * Cancels all scheduled notifications.
 * @return A Promise that resolves once all the scheduled notifications are successfully canceled, or if there are no scheduled notifications.
 * @header schedule
 */
export declare function cancelAllScheduledNotificationsAsync(): Promise<void>;
//# sourceMappingURL=cancelAllScheduledNotificationsAsync.d.ts.map