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