export declare const hasSubstring: (str: string | string[], subStr: string) => boolean;
