export declare const getItem: (key: string) => any; export declare const setItem: (key: string, payload: any) => void; export declare const deleteItem: (key: string) => void; export declare const LINK_ORIGIN_STORAGE_KEY = "linkOrigin";