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