import type { IOAction } from "./types/index.js";
/**
 * This `IOAction` uses `transformValue` functions (if defined) to transform
 * attribute values before they are validated, converted to DynamoDB types, etc.
 */
export declare const transformValues: IOAction;
//# sourceMappingURL=transformValues.d.ts.map