declare const isValidKey: (key: string | number | symbol, object: object) => key is never; export default isValidKey;