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