import type { IOAction } from "./types/index.js";
/**
 * This `IOAction` validates an item's individual properties using
 * attribute's respective `"validate"` functions defined in the schema.
 *
 * @throws {ItemInputError} If any attribute's `"validate"` function returns `false`.
 */
export declare const validate: IOAction;
//# sourceMappingURL=validate.d.ts.map