import type { PrototypeStruct } from '../index.js'; declare type AnyPredicate = (value: T) => boolean; interface Any { any(predicate: AnyPredicate): boolean; } export declare const any: PrototypeStruct; declare global { interface Array extends Any { } } export {}; //# sourceMappingURL=any.d.ts.map