import { PropDef } from '@based/schema/def'; import { Ctx } from '../Ctx.js'; export declare const writeEdges: (ctx: Ctx, def: PropDef, obj: Record, isSingleRefFix: boolean) => void;