import { Auth } from "../types/auth.mjs"; import { BetterAuthOptions } from "@better-auth/core"; //#region src/auth/minimal.d.ts /** * Better Auth initializer for minimal mode (without Kysely) */ declare const betterAuth: (options: Options & {}) => Auth; //#endregion export { type BetterAuthOptions, betterAuth };