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