export declare const avgAsync: <T>(this: Iterable<T>, baseMapper?: import("../types-internal").AnyMapper<T>) => any;
