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