import { type VaultRow } from "../registry/repo.js"; export interface OpenFlowResult { vault: VaultRow; command: string; argv: readonly string[]; } export declare function openVaultFlow(name: string): Promise; //# sourceMappingURL=open.d.ts.map