import { UpdateItemExpressionBuilder } from "./expressions/UpdateItemExpressionBuilder"; /** A recursive proxy used to dynamically build a DynamoDB update expression * as the proxied attributes are accessed and/or set. */ export declare function updateItemProxy(expBuilder: UpdateItemExpressionBuilder, attrPath?: string[]): T; //# sourceMappingURL=updateItemProxy.d.ts.map