export declare const USER_STORAGE = "ANAKIN_USER_STORAGE"; export declare function useUserStorage>(productId: string, initialValue: T, deep?: boolean): import("vue").WritableComputedRef;