import { NotificationModelsV4 } from "./notification-v4-models"; export declare const notificationTemplate: (metadata: NotificationModelsV4.MulticastEmailNotificationRequestMetadata, attachments?: NotificationModelsV4.Attachment[]) => string;