import { Ctx } from '../Ctx.js'; import { PropDef, PropDefEdge } from '@based/schema/def'; export declare const writeFixed: (ctx: Ctx, def: PropDef | PropDefEdge, val: string | boolean | number) => void; export declare const writeFixedAtOffset: (ctx: Ctx, def: PropDef, val: string | boolean | number, offset: number) => void;