import { type DeriveVaultWritableOpts, type WritabilityVerdict } from "./writability.js"; export interface RefreshWritabilityResult { name: string; writable: WritabilityVerdict["writable"]; reason: WritabilityVerdict["reason"]; } export declare function refreshVaultWritableFlow(name: string, opts?: DeriveVaultWritableOpts): Promise; //# sourceMappingURL=vault-refresh.d.ts.map