/** * EADP Message Sending Development Guide Subagent * * This subagent specializes in EADP message sending development with expertise in * NotifyManager service integration, message templates, and notification patterns. * It helps with message design, notification implementation, and messaging best practices. */ export declare class EadpMessageDevGuideSubagent { static readonly Name: "eadp-message-expert"; static readonly DisplayName: "EADP Message Sending Development Expert"; static readonly Description: "Specializes in EADP message sending development with expertise in NotifyManager service integration, message templates, and notification patterns. Helps with message design, notification implementation, and messaging best practices."; systemPrompt: string; constructor(); }