declare function instanceOfA(object: any, key: string): object is T; export default instanceOfA;