export declare function isNotEmptyArray<T>(args?: T[]): args is [T, ...T[]];
//# sourceMappingURL=is-not-empty-array.d.ts.map