import { type VaultRow } from "../registry/repo.js"; export interface RegenContextResult { vault: VaultRow; meshContextPath: string; } export declare function regenContextFlow(name: string): Promise; //# sourceMappingURL=regen-context.d.ts.map