import { CookieOptions } from "../types";
import { SyncAuthStore } from "./sync-auth-store";
export declare function clientAuthStore(cookieOptions?: CookieOptions): SyncAuthStore;
