export = IIdentificableType; interface IIdentificableType { isIdentificable: boolean; }