import { Router } from 'express'; import { ServerConfig } from '../types'; /** * Create /auth route * * POST /auth * Request body: { did: string } * Response: { challengeId, nonce, expiresAt, audience, domain } */ export declare function createAuthRoute(config: ServerConfig): Router; //# sourceMappingURL=auth.d.ts.map