// Re-export the precise computed type from core's auth-plugins
// The declaration file is generated by `tsdown -c tsdown.auth.config.ts`
// and written to `packages/client-sdk/src/generated/auth-plugins/index.d.ts`.
import type { authPlugins } from "../.generated/auth-plugins/index"

export type AuthPlugins = typeof authPlugins
