import { PropDef, PropDefEdge } from '@based/schema/def'; import { Ctx } from '../Ctx.js'; export declare const writeCardinalityRaw: (ctx: Ctx, def: PropDef | PropDefEdge, val: any[], sizeFixBecauseEdgeIsDifferent?: number) => void; export declare const writeCardinality: (ctx: Ctx, def: PropDef, val: any) => void;