interface IType { get name(): string; } export default IType;