import { type ScaffoldDates } from "../templates/priming.js"; export interface MeshContextInput { vaultName: string; parentVaultRid: string | null; shareWith: readonly string[]; acceptsFrom: readonly string[]; desc: string | null; isMeshDefiner: boolean; dates?: ScaffoldDates | undefined; } export declare function isMeshDefiner(vaultPath: string): boolean; export declare function renderMeshContext(input: MeshContextInput): string; export declare function writeMeshContextFile(vaultPath: string, input: MeshContextInput): string; export declare function meshContextInputFromYon(vaultPath: string): MeshContextInput; export declare function regenMeshContextFromYon(vaultPath: string): string; //# sourceMappingURL=mesh-context.d.ts.map