export declare function isValidKey(key: string, obj: {}): key is keyof typeof obj;