export declare function findKey(obj: T, key: string | number): keyof T | null;