import type { Nullable, Object_Unknown } from "../../base-types"; import Link from "../../link"; export declare class DistributeNotificationResource { channels: Array; recipients: Nullable>; parameters: Object_Unknown; }