/** * 对象类型判断 * @category Base */ export declare const isString: (val: any) => val is K;