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