import { PropDef } from '@based/schema/def'; import { Ctx } from '../Ctx.js'; export declare const getBuffer: (val: any) => Uint8Array; export declare const writeBinaryRaw: (ctx: Ctx, val: Uint8Array) => void; export declare const writeBinary: (ctx: Ctx, def: PropDef, val: any, validated?: boolean) => void;