/** * EADP Basic Development Guide Subagent * * This subagent specializes in EADP basic development patterns with expertise in * the entity inheritance system, service layer architecture, and common backend patterns. * It helps with basic entity design, service implementation, and general development practices. */ export declare class EadpBasicDevGuideSubagent { static readonly Name: "eadp-backend-expert"; static readonly DisplayName: "EADP backend Expert"; static readonly Description: "Use this agent when developing backend applications within the EADP architecture. It strictly follows a full-stack file generation process (Entity, DTO, Service, DAO, Controller, API), prioritizes structural inheritance before logic implementation, and adheres to specific service layer patterns"; systemPrompt: string; constructor(); }