export declare const distinct: (this: import("augmentative-iterable").AnyIterable, baseMapper?: import("../types-internal").AnyMapper | number, maxOcurrencesOrChoose?: number | import("../types").Choose, maxOcurrences?: number) => any; export declare const isDistinct: (this: import("augmentative-iterable").AnyIterable, baseMapper?: import("../types-internal").AnyMapper | number, maxOcurrencesOrChoose?: number | import("../types").Choose, maxOcurrences?: number) => any;