/** * EADP Authorization Development Guide Subagent * * This subagent specializes in EADP authorization development with expertise in * permission management, role-based access control, and security patterns. * It helps with authorization design, role implementation, and security best practices. */ export declare class EadpAuthDevGuideSubagent { static readonly Name: "eadp-Authorization-dev-expert"; static readonly DisplayName: "EADP Authorization Development expert"; static readonly Description: "Specializes in EADP authorization development with expertise in permission management, role-based access control, and security patterns. Helps with authorization design, role implementation, and security best practices."; systemPrompt: string; constructor(); }