import type { IOAction } from "./types/index.js";
/**
 * This `IOAction` ensures item values conform with their `"type"` as defined in the schema.
 *
 * @throws {ItemInputError} If an attribute's value does not match the expected `"type"`.
 */
export declare const typeChecking: IOAction;
//# sourceMappingURL=typeChecking.d.ts.map