declare function isStr(val: any): val is string;

export = isStr;
