import { PropDefEdge } from '@based/schema/def'; import { Ctx } from '../Ctx.js'; export declare const writeEdgeHeader: (ctx: Ctx, edge: PropDefEdge, type: number) => void; export declare const writeEdgeHeaderMain: (ctx: Ctx) => void; export declare const writeEdgeHeaderPartial: (ctx: Ctx) => void;