/** * Auth Validation Scanfixes (Staging/Prod) * * Validates that auth environment variables are properly * configured on staging and production servers. * * Secret names are sourced from @factiii/auth's stack-plugin contract * to avoid hardcoded strings drifting out of sync. */ import type { Fix } from '../../../../types/index.js'; export declare const validateFixes: Fix[]; //# sourceMappingURL=validate.d.ts.map