export declare const repeat: <T>(this: import("augmentative-iterable").AnyIterable<T>, n: number) => any;
