import type { Test } from "../../definition/_index.mjs";
/** @internal */
declare function itemAssertion<Type>(value: unknown, callable: Test<Type>): asserts value is Type;
export { itemAssertion };
