import type { IOAction } from "./types/index.js";
/**
 * This `IOAction` uses the `transformItem` method (if defined in the Model's
 * schema options), to transform an entire item before it is sent to the database.
 * This is useful for potentially adding/removing/renaming item properties, however
 * **it may necessitate providing explicit Model type params for `ItemOutput` and/or
 * `ItemInput`, depending on the changes made.**
 */
export declare const transformItem: IOAction;
//# sourceMappingURL=transformItem.d.ts.map