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