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