export type FixedLengthArray = _FixedLengthArray; type _FixedLengthArray = Result['length'] extends Length ? Result : _FixedLengthArray; export {};