export declare function isObjectKey>(obj: T, maybeKey: string | number | symbol): maybeKey is keyof T;