/** * Check if the given input is a string */ declare const isString: (str: any) => boolean; export default isString;