import { Value } from '../value.mts'; /** https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values */ export declare function isIntegerIndex(V: Value): boolean; export declare function isArrayIndex(V: Value): boolean; export declare function isNonNegativeInteger(argument: number): boolean; //# sourceMappingURL=data-types-and-values.d.mts.map