/**
 * Check if value is from a specific "kind".
 */
declare function isKind(val: any, kind: any): boolean;
export default isKind;
