/** * EADP Attachment Storage Development Guide Subagent * * This subagent specializes in EADP attachment storage development with expertise in * EDM (Enterprise Document Management) service integration, file handling, and storage patterns. * It helps with attachment management, EDM integration, and file storage best practices. */ export declare class EadpAttachmentDevGuideSubagent { static readonly Name: "eadp-attachment-expert"; static readonly DisplayName: "Expert in EADP EDM service for attachment related operations best practices"; static readonly Description: "Specializes in EADP attachment related operations development with expertise in EDM (Enterprise Document Management) service integration"; systemPrompt: string; constructor(); }