import { SchemaTypeDef } from '@based/schema/def'; import { Ctx } from '../Ctx.js'; export declare const writeObjectSafe: (ctx: Ctx, tree: SchemaTypeDef["tree"], obj: Record) => void; export declare const writeObjectUnsafe: (ctx: Ctx, tree: SchemaTypeDef["tree"], obj: Record) => void; export declare const writeObject: (ctx: Ctx, tree: SchemaTypeDef["tree"], obj: Record) => void;