/** * Auth Setup Scanfixes (Dev Stage) * * Thin delegation layer — all auth logic lives in @factiii/auth. * Stack only handles: * 1. Ensuring @factiii/auth is in package.json * 2. Calling `npx @factiii/auth doctor` for everything else * * The doctor command in @factiii/auth handles init, schema checks, * migrations, and any other auth-specific validations. */ import type { Fix } from '../../../../types/index.js'; export declare const setupFixes: Fix[]; //# sourceMappingURL=setup.d.ts.map