/** * Returns a boolean indicating whether the array is empty. * * @returns `true` if the array is empty. */ export declare const none: () => (arr: readonly T[]) => boolean;