import { type BoundedLengthTuple, type MaxLengthTuple, type MinLengthTuple, type StructuralPrefixLength } from 'ts-type-forge';
import { type Type } from '../type.mjs';
export type { BoundedLengthTuple } from 'ts-type-forge';
export declare function boundedLengthTuple(min: Min, max: Max, elementType: Type, options?: Partial;
}>>): Type>;
export declare function boundedLengthTuple(min: Min, max: number, elementType: Type, options?: Partial;
}>>): Type>;
export declare function boundedLengthTuple(min: number, max: Max, elementType: Type, options?: Partial;
}>>): Type>;
export declare function boundedLengthTuple(min: number, max: number, elementType: Type, options?: Partial>): Type;
//# sourceMappingURL=bounded-length-tuple.d.mts.map