export declare function Contain<type>(given: Array<any> | string | object | type): Function;
