/** * BetterAuth browser client pointed at the Bunderstack handler's * /api/auth/* routes. Defaults to the current origin in the browser and * APP_URL (or localhost:3000) during SSR. */ export declare function createStartAuthClient(options?: { baseURL?: string; }): import("better-auth/react").ReactAuthClient<{ baseURL: string; }>; //# sourceMappingURL=auth-client.d.ts.map