import type { IOActions } from "./types/index.js";
/**
 * An object with various methods used to validate and transform items to/from the db.
 *
 * > This object serves as the `this` context for all `IOAction` functions.
 */
export declare const ioActions: IOActions;
//# sourceMappingURL=IOActions.d.ts.map