/** Check for an existence of prop */ declare const hasProp: (obj: T, prop: P) => obj is Extract>; export default hasProp; //# sourceMappingURL=hasProp.d.ts.map