export declare const STORE_DEFAULT_NAME = "__LSM__"; export declare const STORE_ACTION_NAME = "__LSM_NAME__"; export declare const PERSIST_OPTION: { readonly NONE: "none"; readonly ACTION: "action"; readonly UNLOAD: "beforeUnload"; };