import { t as AsyncStoreProperty } from "./common-BDyEKSM6.js"; //#region src/lib/hexclave-app/data-vault/index.d.ts type DataVaultStore = { id: string; setValue: (key: string, value: string, options: { secret: string; }) => Promise; } & AsyncStoreProperty<"value", [key: string, options: { secret: string; }], string | null, false>; //#endregion export { DataVaultStore as t }; //# sourceMappingURL=index-DLPccxVU.d.ts.map