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