import { NotificationService } from '@backstage/plugin-notifications-node'; /** * @public */ export declare function createSendNotificationAction(options: { notifications: NotificationService; }): import("@backstage/plugin-scaffolder-node").TemplateAction<{ recipients: "entity" | "broadcast"; title: string; entityRefs?: string[] | undefined; info?: string | undefined; link?: string | undefined; severity?: "high" | "low" | "normal" | "critical" | undefined; scope?: string | undefined; optional?: boolean | undefined; }, { [x: string]: any; }, "v2">;