import { type NonEmptyArray, type NonEmptyTuple } from 'ts-type-forge';
import { type Type } from '../type.mjs';
export type { NonEmptyArray } from 'ts-type-forge';
export declare const nonEmptyArray: (elementType: Type, options?: Partial;
}>>) => Type>;
//# sourceMappingURL=non-empty-array.d.mts.map