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