export declare const isString: (val: unknown) => val is string; export default isString;