import type { StorefrontVerificationNotificationProvider } from "@voyant-travel/storefront/verification"; import type { NotificationProvider } from "./types.js"; /** Adapt one durable Notifications provider to Storefront's verification sender. */ export declare function toStorefrontVerificationNotificationProvider(provider: NotificationProvider): StorefrontVerificationNotificationProvider; /** Adapt the configured Notifications provider set for storefront verification. */ export declare function toStorefrontVerificationNotificationProviders(providers: ReadonlyArray): ReadonlyArray;