export declare const hasProp: >(obj: T, key: string | number | symbol) => key is keyof T;