export declare function getEveryN(items: readonly T[], n: number): readonly T[];