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