import { type UserProfile } from "./shared.js"; export declare function getUserProfile(email: string): Promise; export declare function updateUserProfile(email: string, name: string): Promise; //# sourceMappingURL=store.d.ts.map