export declare const isKeyOf: (key: any, obj: T) => key is keyof T;