// app.d.ts /// declare namespace Lucia { type Auth = import("./auth/lucia").Auth; type DatabaseUserAttributes = { username: string; }; type DatabaseSessionAttributes = {}; }