export declare function DirectMail(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MobilePush(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
