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