export declare function hasKey<O>(obj: O, key: keyof any): key is keyof O;
