export default function isValidKey(key: string | number | symbol, object: object): key is keyof typeof object;