import { Ctx } from '../Ctx.js'; import { PropDef } from '@based/schema/def'; export declare const writeVector: (ctx: Ctx, def: PropDef, val: any) => void;