import Contact_ from "../Customer/Contact"; declare namespace Contact { class IContact extends Contact_.IContact { } } export default Contact;