declare function hasProperty
(obj: unknown, property: P): obj is { [K in P]: unknown; }; export { hasProperty };