import { Obj } from '../../ts-types'; export declare const objHasKey: import("../../functional/typescriptUtils").Curry<[obj: Obj, key: string], boolean>; //# sourceMappingURL=index.d.ts.map