export type AuthStackContext = { authEnabled: boolean; authApiEnabled: boolean; adminRbacEnabled: boolean; adminRbacApiEnabled: boolean; }; export declare function getAuthStackContext(projectRoot: string): AuthStackContext; /** * Ghi đè các file dùng chung auth / auth-api theo registry (thứ tự cài không quan trọng). */ export declare function syncAuthStackFiles(projectRoot: string, dryRun?: boolean, /** Feature đang cài (registry chưa ghi — cần để sync lần đầu `auth-api`). */ installingFeatureId?: string): string[];