export function isString(arg: any): arg is string;
export default isString;
