import "pinia"; import type { StateTree } from "pinia"; declare module "pinia" { interface DefineStoreOptionsBase { unistorage?: boolean; } }