import type { VoyantRuntimeHostPrimitives } from "@voyant-travel/core"; import { type NotificationsRuntimeProvider } from "./index.js"; /** Build the standard Node Notifications runtime from domain-neutral host primitives. */ export declare function createNotificationsRuntime(primitives: VoyantRuntimeHostPrimitives): NotificationsRuntimeProvider;