export declare function contains(str: any[] | string, search: any[] | string, exact?: boolean): boolean;
