import { AuthClient, CreateAuthClientOptions } from "./types.mjs"; import { AnyClientPlugin } from "./define-plugin.mjs"; //#region src/client.d.ts declare function createAuthClient(opts: CreateAuthClientOptions): AuthClient; //#endregion export { createAuthClient };