/** * CLI Command: auth:check * * Diagnoses NextAuth configuration by verifying the canonical host and provider callbacks. */ import { Command } from "commander"; export declare const authCheckCommand: Command; //# sourceMappingURL=auth-check.d.ts.map