import type { IsWrappedData, IWrappedData, UnwrappedObjects } from '../dataWrapper'; import type { UnionToIntersection } from '../typeUtilities'; import type { IParser, RuleReturnType } from './rule'; type MakeArr = { [Property in keyof Type]: Type[Property][]; }; interface IRepeat { >(...parsers: T): IParser>>>>>, undefined>, never>; } /** * should be always the last parser in the block */ export declare const repeat: IRepeat; export {}; //# sourceMappingURL=repeat.d.ts.map