import { PropDef } from '@based/schema/def'; import { Ctx } from '../Ctx.js'; import { LangCode } from '@based/schema'; export declare const markString: (ctx: Ctx, def: PropDef) => void; export declare const markDefaults: (ctx: Ctx, def: PropDef, val: any) => void; export declare const markTextObj: (ctx: Ctx) => void; export declare const markTextValue: (ctx: Ctx, def: PropDef, locale: LangCode, textStringValue: boolean) => void;