import { auth } from "./auth.ts"; export * from "./auth.ts"; export * from "./config.ts"; export type Auth = typeof auth;