/** @module predicates.ts */ /** * Todo */ export declare const predEvery: (offset: number, everyOther: number, index: number) => boolean;