import type { NonEmptyArray } from "../NonEmptyArray";
export declare const isOutOfBound_: (i: number, as: readonly A[]) => boolean;
export declare const isOutOfBound: (i: number) => (as: readonly A[]) => boolean;
export declare const isEmpty: (as: readonly A[]) => boolean;
export declare const isNonEmpty: (as: readonly A[]) => as is NonEmptyArray;
//# sourceMappingURL=guards.d.ts.map