import { UserProfile } from "."; export declare const saveUserCredential: (data: string) => void; export declare const loadUserCredential: () => UserProfile | null;