import type { VaultFile } from "./types.js"; export declare function isVaultUnlocked(): boolean; export declare function lockVault(): void; export declare function getUnlockedPrivateKey(): string; export declare function unlockVault(password: string): VaultFile; //# sourceMappingURL=unlock.d.ts.map