/** * OAuth Vector — Device Flow Authentication templates * @module */ import type { ProjectConfig } from '../../types.js'; /** Generate `src/auth.ts` — OAuth Device Flow setup */ export declare function oauthSetupTs(config: ProjectConfig): string; /** Generate `src/middleware/auth.ts` — requireAuth middleware */ export declare function oauthMiddlewareTs(): string; //# sourceMappingURL=oauth.d.ts.map