declare const isSubstring: (subStr: string, str: string) => boolean; export default isSubstring; //# sourceMappingURL=is-substring.d.ts.map