/** @tossdocs-ignore */ import { NonEmptyArray } from './NonEmptyArray'; export declare function isNonEmptyArray(array: T[]): array is NonEmptyArray;