import {COMPLETE_NOTIFICATION_NAME} from "./complete-notification-name.constant.mjs";
import {createNotification} from "../../create-notification.mjs";
export function createCompleteNotification() {
return createNotification(COMPLETE_NOTIFICATION_NAME, void 0);
}