import { type MinLengthTuple, type StructuralPrefixLength } from 'ts-type-forge';
import { type Type } from '../type.mjs';
export type { MinLengthTuple } from 'ts-type-forge';
export declare function minLengthTuple(size: N, elementType: Type, options?: Partial;
}>>): Type>;
export declare function minLengthTuple(size: number, elementType: Type, options?: Partial>): Type;
//# sourceMappingURL=min-length-tuple.d.mts.map