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