export interface IERC165 { isInterfaceSupported(interfaceId: any): any; }