import type { AuthProfileStore } from "./types.js"; export declare function cloneAuthProfileStore(store: AuthProfileStore): AuthProfileStore;